summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:48:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:48:23 +0000
commit17b3210d99ef95eb40afc9e181fc2739a5a13d24 (patch)
tree8a37ac1ef9136b4d30c881852eaefe9bf52e2ea7 /editors/xvile
parentRename PLIST.mule to pkg-plist.mule. (diff)
Rename PLIST.perl to pkg-plist.perl.
Notes
Notes: svn path=/head/; revision=33505
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 103fd8d6735c..a99ea06a4285 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --with-screen=x11
.if defined(WITH_PERL)
CONFIGURE_ARGS+= --with-perl
-PLIST= ${PKGDIR}/PLIST.perl
+PLIST= ${PKGDIR}/pkg-plist.perl
USE_PERL5= yes
.endif