Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2013 19:56:12 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322999 - head/polish/kadu
Message-ID:  <201307141956.r6EJuCB7083286@svn.freebsd.org>

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



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