svn commit: r329266 - head/www/ump

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 06:22:20 UTC 2013


Author: bapt
Date: Fri Oct  4 06:22:19 2013
New Revision: 329266
URL: http://svnweb.freebsd.org/changeset/ports/329266

Log:
  Do not arbitrary change PKGNAMESUFFIX

Modified:
  head/www/ump/Makefile

Modified: head/www/ump/Makefile
==============================================================================
--- head/www/ump/Makefile	Fri Oct  4 06:18:53 2013	(r329265)
+++ head/www/ump/Makefile	Fri Oct  4 06:22:19 2013	(r329266)
@@ -57,7 +57,6 @@ NO_STAGE=	yes
 
 .if ${HAVE_GNOME:Mesound}!=""
 USE_GNOME=	esound
-PKGNAMESUFFIX=	-esound
 CONFIGURE_ARGS+=	--enable-audio=oss,esd
 .else
 CONFIGURE_ARGS+=	--enable-audio=oss


More information about the svn-ports-head mailing list