aboutsummaryrefslogtreecommitdiff
path: root/sysutils/namefix
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
commit581e69adb267a46bd059f3252f57fdda449034ef (patch)
tree6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /sysutils/namefix
parent0993ac7ee05fb36834452d01188a887420b86d56 (diff)
downloadports-581e69adb267a46bd059f3252f57fdda449034ef.tar.gz
ports-581e69adb267a46bd059f3252f57fdda449034ef.zip
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
Notes
Notes: svn path=/head/; revision=201032
Diffstat (limited to 'sysutils/namefix')
-rw-r--r--sysutils/namefix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/namefix/Makefile b/sysutils/namefix/Makefile
index c10cd9a3e6e5..18a8327a52bf 100644
--- a/sysutils/namefix/Makefile
+++ b/sysutils/namefix/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag \
WRKSRC= ${WRKDIR}/usr/local/namefix.pl
NO_BUILD= yes
USE_BZIP2= yes
+USE_PERL5= yes
post-extract:
@${FIND} ${WRKSRC} -name '*~' -delete