summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:51:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:51:35 +0000
commit495a8149cb99778a78750d9462b21dc2a47e06f5 (patch)
treeab9c763b52b2ee6f7588607b209c10528712526d /mail
parent${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite two (diff)
Use variables for ${PKGDIR}/{INSTALL,MESSAGE}. ${PKGINSTALL} is
called twice without any arguments but I'm not sure what I should give it (it's once called from do-configure!) so I'll leave it alone.
Notes
Notes: svn path=/head/; revision=33565
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index d4dec7c87130..cda468cb6aa8 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -99,7 +99,7 @@ NO_MTREE= yes
do-configure:
@# Create/Check the necessary groups/users
- @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL
+ @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL}
@${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@${ECHO} ${PREFIX} > ${WRKSRC}/conf-qmail
@@ -107,7 +107,7 @@ post-patch: thereal-post-patch
do-install:
@# Check again, just in case (ideally should error if not found)
- @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL
+ @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL}
@${MKDIR} ${PREFIX}/${DOCDIR} ${PREFIX}/configure
@cd ${WRKSRC} ; ./install
${INSTALL_PROGRAM} ${CONFIGUREPROGS} ${PREFIX}/configure
@@ -138,7 +138,7 @@ do-install:
@${MKDIR} ${LOCALBASE}/etc/rc.d
@${LN} -sf ${PREFIX}/rc ${LOCALBASE}/etc/rc.d/qmail.sh
@${ECHO}
- @${SED} s!/var/qmail!${PREFIX}!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
+ @${SED} s!/var/qmail!${PREFIX}!g ${PKGMESSAGE} | /usr/bin/fmt
# hack to allow slave ports to include bsd.port.pre.mk and then this file
.if defined(_PREMKINCLUDED)