pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sqwebmail Replace the definition for PKGBASE with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38810f31f9f4
branches:  trunk
changeset: 502937:38810f31f9f4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 11 07:45:03 2005 +0000

description:
Replace the definition for PKGBASE with one for PKGNAME, as this is what
../../mail/courier-maildir/Makefile.common expects.

diffstat:

 mail/sqwebmail/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 187949b9d1e3 -r 38810f31f9f4 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Fri Nov 11 07:42:08 2005 +0000
+++ b/mail/sqwebmail/Makefile   Fri Nov 11 07:45:03 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2005/10/20 20:26:32 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2005/11/11 07:45:03 rillig Exp $
 
 DISTNAME=      sqwebmail-5.0.6
-PKGBASE=       ${DISTNAME:C/-[^-]*$//}
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
@@ -17,7 +16,10 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
+# PKGNAME is a parameter to the following file.
+PKGNAME=       ${DISTNAME}
 .include "../../mail/courier-maildir/Makefile.common"
+
 .include "../../security/courier-authlib/Makefile.common"
 
 INSTALL_AM_MAKEFLAGS=  sysconfdir=${EGDIR}



Home | Main Index | Thread Index | Old Index