summaryrefslogtreecommitdiff
path: root/mail/vpopmail-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:53:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:53:06 +0000
commit3834cc1b28ca27effcc41b8761bef429b9fb5712 (patch)
treed8d425acab8ce7aa254f884cfecde750847400ea /mail/vpopmail-devel
parentUse variables for ${PKGDIR}/{INSTALL,MESSAGE}. ${PKGINSTALL} is (diff)
${PKGDIR}/INSTALL -> ${PKGINSTALL}. ${PKGINSTALL} is called without
any arguments but I'm not sure what I should give it (it's called from pre-configure!) so I'll leave it alone.
Notes
Notes: svn path=/head/; revision=33566
Diffstat (limited to 'mail/vpopmail-devel')
-rw-r--r--mail/vpopmail-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile
index cf06f7302472..4b854b9e14db 100644
--- a/mail/vpopmail-devel/Makefile
+++ b/mail/vpopmail-devel/Makefile
@@ -42,6 +42,6 @@ QMAIL_DIR?= /var/qmail
#
pre-configure:
- @PKG_PREFIX=${PREFIX}/vpopmail ${PERL5} ${PKGDIR}/INSTALL
+ @PKG_PREFIX=${PREFIX}/vpopmail ${PERL5} ${PKGINSTALL}
.include <bsd.port.mk>