summaryrefslogtreecommitdiff
path: root/dns/bind8
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-02-19 07:15:31 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-02-19 07:15:31 +0000
commit75f7233d6ae36eed3eeede2d56ea63d8bfd65f74 (patch)
tree4130b1f5f421756adcc8ffbee8b4dd1c890991eb /dns/bind8
parentUpgrade to version 1.0.10 (diff)
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."
Notes
Notes: svn path=/head/; revision=38474
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/Makefile4
-rw-r--r--dns/bind8/files/message14
2 files changed, 0 insertions, 18 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index be395c83225c..bac0f25555c9 100644
--- a/dns/bind8/Makefile
+++ b/dns/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>
diff --git a/dns/bind8/files/message b/dns/bind8/files/message
deleted file mode 100644
index 4edee36ff0c1..000000000000
--- a/dns/bind8/files/message
+++ /dev/null
@@ -1,14 +0,0 @@
-============================================================
- *** Attention ! *** Attention ! ***
-
-This port did NOT replace the named supplied with FreeBSD
-but installed in its own place.
-The executables reside now in @PREFIX@
-
-You MUST change /etc/rc.conf accordingly and give the full
-pathname to start named, both manually or from a config
-file.
-
-If you dont do that, the new named version will not run !
-============================================================
-