Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 05:57:13 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330208 - head/www/linux-f10-flashplugin11
Message-ID:  <201310130557.r9D5vDdW038201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310130557.r9D5vDdW038201>