aboutsummaryrefslogtreecommitdiff
path: root/net/ssmping
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-09-23 10:13:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-09-23 10:13:34 +0000
commit2cb4f4001245bcb9f23e7562b3d0e4d7f479ca78 (patch)
treedb9ff2e2add16baf436eec752783c47fe6259219 /net/ssmping
parentbd4213d2c7da6b1dc30d119811948ef6156abb9a (diff)
downloadports-2cb4f4001245bcb9f23e7562b3d0e4d7f479ca78.tar.gz
ports-2cb4f4001245bcb9f23e7562b3d0e4d7f479ca78.zip
Notes
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>