pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/zenicb We need to explicitly set PKGNAME to work ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f009471be6c8
branches:  trunk
changeset: 492000:f009471be6c8
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Sat Apr 02 22:01:36 2005 +0000

description:
We need to explicitly set PKGNAME to work around a problem in xemacs' Makefile.pkg.

diffstat:

 chat/zenicb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2cec852ddb21 -r f009471be6c8 chat/zenicb/Makefile
--- a/chat/zenicb/Makefile      Sat Apr 02 20:59:34 2005 +0000
+++ b/chat/zenicb/Makefile      Sat Apr 02 22:01:36 2005 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index