summaryrefslogtreecommitdiff
path: root/news/c-nocem
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-09 00:36:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-09 00:36:30 +0000
commit70faa94bbc6bb28a46be3147f20f0c0788b424b1 (patch)
treeb04e599459ec73924f2924c7fcddd1c61b4df454 /news/c-nocem
parentMark as ignore on <6.0 due to absence of gethostbyname_r (diff)
Fix in the new Perl order.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=199139
Diffstat (limited to 'news/c-nocem')
-rw-r--r--news/c-nocem/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile
index 1d541787ca3b..b32f04bdd24f 100644
--- a/news/c-nocem/Makefile
+++ b/news/c-nocem/Makefile
@@ -25,14 +25,9 @@ CNEWS_PORT?= news/cnews
CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work
NEWSBIN?= ${PREFIX}/libexec/cnews
USE_GMAKE= yes
+USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500000
-USE_PERL5= yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>