svn commit: r322999 - head/polish/kadu

Pawel Pekala pawel at FreeBSD.org
Sun Jul 14 19:56:12 UTC 2013


Author: pawel
Date: Sun Jul 14 19:56:12 2013
New Revision: 322999
URL: http://svnweb.freebsd.org/changeset/ports/322999

Log:
  Use ${OPT}_DISTFILES macro

Modified:
  head/polish/kadu/Makefile

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Sun Jul 14 19:51:49 2013	(r322998)
+++ head/polish/kadu/Makefile	Sun Jul 14 19:56:12 2013	(r322999)
@@ -60,12 +60,10 @@ OPTIONS_DEFINE=	GG_EMOTS
 OPTIONS_SUB=	yes
 GG_EMOTS_DESC=	Install GG-compatible emoticons
 
-.include <bsd.port.options.mk>
+GG_EMOTS_DISTFILES=	${GG6_EMOTS_DISTFILE}:additions \
+			${GG7_EMOTS_DISTFILE}:additions
 
-.if ${PORT_OPTIONS:MGG_EMOTS}
-DISTFILES+=	${GG6_EMOTS_DISTFILE}:additions \
-		${GG7_EMOTS_DISTFILE}:additions
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \


More information about the svn-ports-all mailing list