diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 08:45:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 08:45:26 +0800 |
commit | b12ee66116bca2078065443e692ad225628f420d (patch) | |
tree | 2259fe8f678ab1ddab6d8f1ba1cf940e85b33f00 /editors/xemacs20 | |
parent | 6f4dd66219a25aa1a72cfc159f5ea31c85335376 (diff) | |
download | freebsd-ports-graphics-b12ee66116bca2078065443e692ad225628f420d.tar.gz freebsd-ports-graphics-b12ee66116bca2078065443e692ad225628f420d.tar.zst freebsd-ports-graphics-b12ee66116bca2078065443e692ad225628f420d.zip |
Rename PLIST.mule to pkg-plist.mule.
Diffstat (limited to 'editors/xemacs20')
-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 ed439d7eedc..2b2b0321de1 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 |