diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-31 05:22:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-31 05:22:16 +0000 |
commit | 12c86522bda2f0d5bbe7fe83bb1c1d8a0972ff2a (patch) | |
tree | 689e9f0f753beffdf5d884109f8f8b1a5de0c2a9 /mail | |
parent | 07f3723f7822eb6c0e1f518c361dd7bdff84680e (diff) | |
download | pkgsrc-12c86522bda2f0d5bbe7fe83bb1c1d8a0972ff2a.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')
-rw-r--r-- | mail/postfix/Makefile | 8 |
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} |