diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-14 02:19:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-14 02:19:29 +0000 |
commit | bf3386ac9594150ed2f0071b4398d6bc301c6727 (patch) | |
tree | e1d2972aa4514cc1961901a4d67be56d6c3a9a99 /chat/zenirc | |
parent | 993a95d6b81c4a9bab47c690a5a0baa4168593f7 (diff) | |
download | pkgsrc-bf3386ac9594150ed2f0071b4398d6bc301c6727.tar.gz |
* Prefix PKGNAME with "xemacs-" if the package is for XEmacs.
* Do the trick in mk/emacs.mk instead of each package's Makefile.
Diffstat (limited to 'chat/zenirc')
-rw-r--r-- | chat/zenirc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/zenirc/Makefile b/chat/zenirc/Makefile index b9ca6fdbf89..73bc72201f2 100644 --- a/chat/zenirc/Makefile +++ b/chat/zenirc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/09/13 10:39:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/14 02:19:30 uebayasi Exp $ # DISTNAME= zenirc-2.112 -PKGNAME= ${EMACS_PKGPREFIX}${DISTNAME} CATEGORIES= chat MASTER_SITES= ftp://ftp.splode.com/pub/zenirc/ |