aboutsummaryrefslogtreecommitdiff
path: root/net/ssmping
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssmping')
-rw-r--r--net/ssmping/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ssmping/Makefile b/net/ssmping/Makefile
index dc431e0f467e..86462f696962 100644
--- a/net/ssmping/Makefile
+++ b/net/ssmping/Makefile
@@ -22,6 +22,12 @@ PLIST_FILES= bin/ssmping \
bin/mcfirst \
sbin/ssmpingd
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+IGNORE= does not work at FreeBSD 7.x and newer
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ssmping ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/asmping ${PREFIX}/bin
@@ -31,4 +37,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/asmping.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/mcfirst.1 ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>