aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 08:38:53 +0800
committerasami <asami@FreeBSD.org>2000-10-08 08:38:53 +0800
commit6f4dd66219a25aa1a72cfc159f5ea31c85335376 (patch)
treedfc211fc3784f8f1735841e88d893727688fa036 /editors/vile
parent743c98ef7aab174e2518d92d46c5a656c60cbcc4 (diff)
downloadfreebsd-ports-gnome-6f4dd66219a25aa1a72cfc159f5ea31c85335376.tar.gz
freebsd-ports-gnome-6f4dd66219a25aa1a72cfc159f5ea31c85335376.tar.zst
freebsd-ports-gnome-6f4dd66219a25aa1a72cfc159f5ea31c85335376.zip
Rename PLIST.perl to pkg-plist.perl.
Diffstat (limited to 'editors/vile')
-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