summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:38:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:38:53 +0000
commit96ce4bb71fa27edd3e499a025e2548214d531b1e (patch)
treee7e17d168a7dd6f3037ae8c0da652ecf90d2a1be /editors
parentRename PLIST.customs to pkg-plist.customs. (diff)
Rename PLIST.perl to pkg-plist.perl.
Notes
Notes: svn path=/head/; revision=33503
Diffstat (limited to 'editors')
-rw-r--r--editors/vile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 54bb3ba6e94a..42bd3bb50103 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -20,7 +20,7 @@ MAN1= vile.1
.if defined(WITH_PERL)
CONFIGURE_ARGS= --with-perl
-PLIST= ${PKGDIR}/PLIST.perl
+PLIST= ${PKGDIR}/pkg-plist.perl
USE_PERL5= yes
.endif