diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
commit | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch) | |
tree | 8468e5b0da1375397af63a69b7076d0b05b24887 /dns/doc | |
parent | e74f1f2ba2a728af887a83b377b13746054b76e5 (diff) | |
download | ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.tar.gz ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.zip |
Notes
Diffstat (limited to 'dns/doc')
-rw-r--r-- | dns/doc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index 29e0bb06b483..6e40f6d7541e 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -20,12 +20,6 @@ AUX_FILES= doc-1.awk doc-3.awk doc-4.awk INFO RFC.XXXX MAN8= doc.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= requires DiG Version-9.x to run on 4.x -.endif - do-build: @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ @@ -41,4 +35,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |