pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix Replace a few instances of ${PKGBASE} wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56a406121ccb
branches:  trunk
changeset: 478851:56a406121ccb
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jul 31 05:22:16 2004 +0000

description:
Replace a few instances of ${PKGBASE} with "postfix".  This has no effect
in this package, but simplifies maintaining the postfix-current package by
minimizing diffs between the two.

diffstat:

 mail/postfix/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r b72fd89f344e -r 56a406121ccb mail/postfix/Makefile
--- a/mail/postfix/Makefile     Sat Jul 31 05:07:19 2004 +0000
+++ b/mail/postfix/Makefile     Sat Jul 31 05:22:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile,v 1.146 2004/07/31 05:22:16 jlam Exp $
 
 DISTNAME=      postfix-2.1.4
 CATEGORIES=    mail
@@ -47,9 +47,9 @@
 .include "Makefile.options"
 
 PKG_SYSCONFSUBDIR=     postfix
-LIBEXECDIR=            ${PREFIX}/libexec/${PKGBASE}
-DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
-EXAMPLEDIR=            ${PREFIX}/share/examples/${PKGBASE}
+LIBEXECDIR=            ${PREFIX}/libexec/postfix
+DOCDIR=                        ${PREFIX}/share/doc/postfix
+EXAMPLEDIR=            ${PREFIX}/share/examples/postfix
 
 FILES_SUBST+=          EXAMPLEDIR=${EXAMPLEDIR}
 MESSAGE_SUBST+=                EXAMPLEDIR=${EXAMPLEDIR}



Home | Main Index | Thread Index | Old Index