svn commit: r331832 - head/news/c-nocem
Dirk Meyer
dinoex at FreeBSD.org
Mon Oct 28 06:31:19 UTC 2013
Author: dinoex
Date: Mon Oct 28 06:31:18 2013
New Revision: 331832
URL: http://svnweb.freebsd.org/changeset/ports/331832
Log:
- use PLIST_FILES
Deleted:
head/news/c-nocem/pkg-plist
Modified:
head/news/c-nocem/Makefile
Modified: head/news/c-nocem/Makefile
==============================================================================
--- head/news/c-nocem/Makefile Mon Oct 28 06:20:43 2013 (r331831)
+++ head/news/c-nocem/Makefile Mon Oct 28 06:31:18 2013 (r331832)
@@ -17,16 +17,18 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnew
NO_STAGE= yes
+USES= perl5
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
WRKSRC= ${WRKDIR}/c-nocem
+PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
+PLIST_FILES= %%NEWSBIN%%/fastcancel %%NEWSBIN%%/c-nocem
+
CNEWS_PORT?= news/cnews
#CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work
# ${.CURDIR}/../.. can be diffrent from ${PORTSDIR}
CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work
NEWSBIN?= ${PREFIX}/libexec/cnews
-USE_GMAKE= yes
-USES= perl5
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
-PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list