svn commit: r307883 - head/comms/morse

Alex Kozlov ak at FreeBSD.org
Wed Nov 28 05:48:11 UTC 2012


Author: ak
Date: Wed Nov 28 05:48:10 2012
New Revision: 307883
URL: http://svnweb.freebsd.org/changeset/ports/307883

Log:
  - Convert tab to space after Created by:
  - Use standard option name for pulseaudio
  
  Suggested by:	danfe
  Approved by:	Stephen Hurd <shurd at sasktel.net> (maintainer)
  Feature safe:	yes

Modified:
  head/comms/morse/Makefile

Modified: head/comms/morse/Makefile
==============================================================================
--- head/comms/morse/Makefile	Wed Nov 28 05:41:47 2012	(r307882)
+++ head/comms/morse/Makefile	Wed Nov 28 05:48:10 2012	(r307883)
@@ -1,4 +1,4 @@
-# Created by:	Stephen Hurd <shurd at sasktel.net>
+# Created by: Stephen Hurd <shurd at sasktel.net>
 # $FreeBSD$
 
 PORTNAME=	morse
@@ -14,12 +14,12 @@ PLIST_FILES=	bin/morsec \
 		bin/QSO
 
 OPTIONS_SINGLE=	SOUND
-OPTIONS_SINGLE_SOUND=	OSS X11 PA
+OPTIONS_SINGLE_SOUND=	OSS X11 PULSEAUDIO
 OPTIONS_DEFAULT=	OSS
 
 OSS_DESC=	Beep using OSS (/dev/dsp)
 X11_DESC=	Beep using X server
-PA_DESC=	Beep using Pulse Audio
+PULSEAUDIO_DESC=	Beep using Pulse Audio
 
 .include <bsd.port.options.mk>
 
@@ -32,7 +32,7 @@ USE_XORG=	x11
 CFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
 
-.elif ${PORT_OPTIONS:MPA}
+.elif ${PORT_OPTIONS:MPULSEAUDIO}
 MAKE_FLAGS+=	DEVICE=PA
 LIB_DEPENDS+=	pulse-simple:${PORTSDIR}/audio/pulseaudio
 USE_GNOME=	pkgconfig


More information about the svn-ports-all mailing list