diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 00:45:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 00:45:26 +0000 |
commit | b12ee66116bca2078065443e692ad225628f420d (patch) | |
tree | 2259fe8f678ab1ddab6d8f1ba1cf940e85b33f00 /editors | |
parent | 6f4dd66219a25aa1a72cfc159f5ea31c85335376 (diff) | |
download | FreeBSD-ports-b12ee66116bca2078065443e692ad225628f420d.zip FreeBSD-ports-b12ee66116bca2078065443e692ad225628f420d.tar.gz |
Rename PLIST.mule to pkg-plist.mule.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index ed439d7..2b2b032 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -55,7 +55,7 @@ pre-configure: .if defined(WITH_MULE) WITH_MULE= --with-mule MULEDISTFILE= ${DISTNAME}-mule.tar.gz -PLIST= ${PKGDIR}/PLIST.mule +PLIST= ${PKGDIR}/pkg-plist.mule .endif # hack to avoid shipping binaries linked with Motif |