diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 08:53:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 08:53:06 +0000 |
commit | c5cf950646993ddea292fd5b586d515e019a0d47 (patch) | |
tree | 4288426a429c8e4f5195856a8e1baedf48c94245 /mail/vpopmail-devel | |
parent | 23d6051cd46c4db44d833737a263c8aac531a113 (diff) | |
download | FreeBSD-ports-c5cf950646993ddea292fd5b586d515e019a0d47.zip FreeBSD-ports-c5cf950646993ddea292fd5b586d515e019a0d47.tar.gz |
${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.
Diffstat (limited to 'mail/vpopmail-devel')
-rw-r--r-- | mail/vpopmail-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index cf06f73..4b854b9 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> |