aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-28 21:13:17 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-28 21:13:17 +0800
commit97e696c463c74c4acd5e7f021397b55659a4e50e (patch)
tree44bfa56b4d87f81416350c57af3332f4801eaa6e /net-mgmt
parentead3ffbe15d8754434c8d7fbeb59796d1e2c9590 (diff)
downloadfreebsd-ports-gnome-97e696c463c74c4acd5e7f021397b55659a4e50e.tar.gz
freebsd-ports-gnome-97e696c463c74c4acd5e7f021397b55659a4e50e.tar.zst
freebsd-ports-gnome-97e696c463c74c4acd5e7f021397b55659a4e50e.zip
- Remove 8.x-related IGNORE
- Switch to options helpers Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/send/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile
index f2556fae96ea..93479a2b1486 100644
--- a/net-mgmt/send/Makefile
+++ b/net-mgmt/send/Makefile
@@ -25,12 +25,6 @@ MAKE_JOBS_UNSAFE=yes
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900042
-IGNORE= is supported only on 9.0 and later
-.endif
-
post-extract:
${INSTALL_DATA} ${WRKSRC}/examples/ipext/ipext_verify.conf \
${WRKSRC}/examples/ipext/ca/ipext.conf \
@@ -44,9 +38,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/$$F \
${STAGEDIR}${PREFIX}/etc/sendd/$${F}-dist; \
done
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>