diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 08:38:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 08:38:53 +0800 |
commit | 6f4dd66219a25aa1a72cfc159f5ea31c85335376 (patch) | |
tree | dfc211fc3784f8f1735841e88d893727688fa036 /editors/vile | |
parent | 743c98ef7aab174e2518d92d46c5a656c60cbcc4 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |