diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-24 21:58:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-24 21:58:42 +0000 |
commit | 47adf0491329b1f2b768cabbf1d9dfeb7d85f907 (patch) | |
tree | d09c965962bad9cbb9bb2b50acd9a7155e8e0d2f /security/cyrus-sasl | |
parent | 9437748b42026ed3749546dbeab5112aec0cd8d2 (diff) | |
download | ports-47adf0491329b1f2b768cabbf1d9dfeb7d85f907.tar.gz ports-47adf0491329b1f2b768cabbf1d9dfeb7d85f907.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 6e6fbb7e8bff..d4119f886402 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -104,6 +104,10 @@ PLIST_SUB= PREFIX=${PREFIX} \ EBONES=${EBONES} \ DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \ +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +PKGINSTALL= ${WRKDIR}/pkg-install +PKGMESSAGE= ${WRKDIR}/pkg-message + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl |