diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-17 02:40:25 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-17 02:40:25 +0000 |
commit | 16a8623a021381f75c93b903b07686f3a15deb93 (patch) | |
tree | 09aa3b6acc9874b0932e6abb01eca278a9424aef /editors | |
parent | 5223a431065d7dc200c930fb54f57db337d0c1a6 (diff) | |
download | pkgsrc-16a8623a021381f75c93b903b07686f3a15deb93.tar.gz |
PLIST_SRC points to a file.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index 88e2f77ca81..73783af1e36 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/01/13 21:28:42 magick Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/17 02:40:25 uebayasi Exp $ DISTNAME= xemacs-21.1.14 PKGNAME= xemacs-nox11-21.1.14 @@ -19,7 +19,7 @@ NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping CONFLICTS= xemacs-[0-9]* -PLIST_SRC= ${.CURDIR}/../xemacs/ +PLIST_SRC= ${.CURDIR}/../xemacs/PLIST DISTINFO_FILE= ${.CURDIR}/../xemacs/distinfo PATCHDIR= ${.CURDIR}/../xemacs/patches |