diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 08:48:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 08:48:23 +0800 |
commit | 382a41299811411e661a968062b984c700861e72 (patch) | |
tree | 3a05928b0740bfac4f7ed068daa61f9571fd628a | |
parent | b12ee66116bca2078065443e692ad225628f420d (diff) | |
download | freebsd-ports-graphics-382a41299811411e661a968062b984c700861e72.tar.gz freebsd-ports-graphics-382a41299811411e661a968062b984c700861e72.tar.zst freebsd-ports-graphics-382a41299811411e661a968062b984c700861e72.zip |
Rename PLIST.perl to pkg-plist.perl.
-rw-r--r-- | editors/xvile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 103fd8d6735..a99ea06a428 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 |