diff options
author | jwise <jwise@pkgsrc.org> | 2005-04-02 22:01:36 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-04-02 22:01:36 +0000 |
commit | a85e9e1cbf309eda54e7c9b6e958091ecd8f612a (patch) | |
tree | fae1998ff75f26d740a5196fe1b6e64c615d32b1 /chat/zenicb | |
parent | 4b3d9bc1212c39ab57a7e62c4222b6eae81e38f5 (diff) | |
download | pkgsrc-a85e9e1cbf309eda54e7c9b6e958091ecd8f612a.tar.gz |
We need to explicitly set PKGNAME to work around a problem in xemacs' Makefile.pkg.
Diffstat (limited to 'chat/zenicb')
-rw-r--r-- | chat/zenicb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 4ab6a747cb5..635d67405b1 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/11/27 18:14:24 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/02 22:01:36 jwise Exp $ DISTNAME= zenicb-19981202 +PKGNAME=${DISTNAME} PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} |