aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-09-23 18:13:34 +0800
committerpav <pav@FreeBSD.org>2009-09-23 18:13:34 +0800
commit72b79ab730eb9f6df74ce54998427524e8eaed42 (patch)
treea641f8c98a1cba37bf20bab8b8a2f2b0902a4b3a /net
parentdf27e32f3624203d74c9cea593c41158d6e39075 (diff)
downloadfreebsd-ports-gnome-72b79ab730eb9f6df74ce54998427524e8eaed42.tar.gz
freebsd-ports-gnome-72b79ab730eb9f6df74ce54998427524e8eaed42.tar.zst
freebsd-ports-gnome-72b79ab730eb9f6df74ce54998427524e8eaed42.zip
- Mark IGNORE'd on 7.X and up
PR: ports/137157 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Feature safe: yes
Diffstat (limited to 'net')
-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>