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 | |
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')
-rw-r--r-- | chat/irchat/Makefile | 3 | ||||
-rw-r--r-- | chat/zenicb/Makefile | 3 | ||||
-rw-r--r-- | chat/zenirc/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/chat/irchat/Makefile b/chat/irchat/Makefile index 616ba647146..d72a447b258 100644 --- a/chat/irchat/Makefile +++ b/chat/irchat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/09/13 10:37:53 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/14 02:19:29 uebayasi Exp $ DISTNAME= irchat-pj-2.4.24.20 -PKGNAME= ${EMACS_PKGPREFIX}${DISTNAME} CATEGORIES= chat MASTER_SITES= ftp://ftp.madoka.org/pub/irchat-pj/ diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 0fbb2b2cb22..789dd31c24b 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2002/09/13 10:40:39 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/14 02:19:29 uebayasi Exp $ DISTNAME= zenicb-19981202 -PKGNAME= ${EMACS_PKGPREFIX}${DISTNAME} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} 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/ |