summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorjlam <jlam>2004-07-31 05:22:16 +0000
committerjlam <jlam>2004-07-31 05:22:16 +0000
commit57b89c9666193b3b25b653d5b61a5da6cddf5b95 (patch)
tree689e9f0f753beffdf5d884109f8f8b1a5de0c2a9 /mail/postfix
parent8b852b9d6b565cfc8a933816524d81924b87205f (diff)
downloadpkgsrc-57b89c9666193b3b25b653d5b61a5da6cddf5b95.tar.gz
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 (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index e91b3b70c6c..85ef5348266 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -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 @@ CCARGS+= -DDEF_NEWALIAS_PATH=\"${PREFIX}/bin/newaliases\"
.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}