svn commit: r330208 - head/www/linux-f10-flashplugin11
Eitan Adler
eadler at FreeBSD.org
Sun Oct 13 05:57:13 UTC 2013
Author: eadler
Date: Sun Oct 13 05:57:12 2013
New Revision: 330208
URL: http://svnweb.freebsd.org/changeset/ports/330208
Log:
Simplify Makefile
Modified:
head/www/linux-f10-flashplugin11/Makefile
Modified: head/www/linux-f10-flashplugin11/Makefile
==============================================================================
--- head/www/linux-f10-flashplugin11/Makefile Sun Oct 13 05:42:00 2013 (r330207)
+++ head/www/linux-f10-flashplugin11/Makefile Sun Oct 13 05:57:12 2013 (r330208)
@@ -25,23 +25,21 @@ RESTRICTED= Redistribution not allowed
RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//}
NO_BUILD= yes
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
USE_NPAPI= linux-*
NPAPI_FILES= libflashplayer.so
-CONFLICTS= linux-flashplugin-9* linux-f8-flashplugin10* linux-f10-flashplugin10*
-
OPTIONS_DEFINE= GNOME
GNOME_DESC= include gnome support for .desktop file
OPTIONS_SUB= yes
-GNOME_USES= desktop-file-utils
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOME}
+USES+= desktop-file-utils
INSTALLS_ICONS= yes
.endif
More information about the svn-ports-all
mailing list