diff options
author | dougb <dougb@FreeBSD.org> | 2001-02-19 15:15:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-02-19 15:15:31 +0800 |
commit | 2ccdb0f94bf6e90aa41f427054772e81bb84d940 (patch) | |
tree | 13d6411aca30683194a9120334bfcf201ccb276e /net/bind8/Makefile | |
parent | 6501bef7f80a64d1c0e2a36058102be3aa86e518 (diff) | |
download | freebsd-ports-gnome-2ccdb0f94bf6e90aa41f427054772e81bb84d940.tar.gz freebsd-ports-gnome-2ccdb0f94bf6e90aa41f427054772e81bb84d940.tar.zst freebsd-ports-gnome-2ccdb0f94bf6e90aa41f427054772e81bb84d940.zip |
Reverting previous commit. Not only did I not approve, I sent several
messages indicating that I did not want this action taken; one of
which consisted entirely of the words, "Please do not commit this patch."
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index be395c83225c..bac0f25555c9 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -26,13 +26,9 @@ MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} -PKGMESSAGE= ${WRKDIR}/message - post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |