aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/trafshow
parentfa9509791fb3ad63885e207da5c039b25eeef942 (diff)
downloadports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz
ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip
Notes
Diffstat (limited to 'net/trafshow')
-rw-r--r--net/trafshow/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 538fabe017f9..79436fd7d043 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -21,12 +21,6 @@ ALL_TARGET= trafshow
MAN1= trafshow.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-PKGMESSAGE= ${PKGDIR}/pkg-message.nodevfs
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \
@@ -39,8 +33,5 @@ do-install:
if [ ! -e ${PREFIX}/etc/trafshow ]; then \
${CP} -p ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \
fi
-.if ${OSVERSION} < 500000
- @${CAT} ${PKGMESSAGE}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>