pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-imap Set PKGNAME instead of PKGBASE, as r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dbb3f85ceb9
branches:  trunk
changeset: 502934:3dbb3f85ceb9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 11 07:33:05 2005 +0000

description:
Set PKGNAME instead of PKGBASE, as required by
../../mail/courier-maildir/Makefile.common.

diffstat:

 mail/courier-imap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6db4f3983cf2 -r 3dbb3f85ceb9 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Fri Nov 11 07:29:26 2005 +0000
+++ b/mail/courier-imap/Makefile        Fri Nov 11 07:33:05 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2005/10/20 20:26:23 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/11/11 07:33:05 rillig Exp $
 
 DISTNAME=      courier-imap-4.0.6
-PKGBASE=       ${DISTNAME:C/-[^-]*$//}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +15,8 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
+# PKGNAME is a parameter to the following file
+PKGNAME=       ${DISTNAME}
 .include "../../mail/courier-maildir/Makefile.common"
 
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/courier



Home | Main Index | Thread Index | Old Index