diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
commit | 0c9df415d199d56904b290e5b0c21dc7403b724c (patch) | |
tree | cb8a499603d5a4c0096febc2e8ac6bc66c0b7e69 /net/tdetect | |
parent | 2b2737e54baa0d12baaac872267c3a46f08cc13f (diff) | |
download | ports-0c9df415d199d56904b290e5b0c21dc7403b724c.tar.gz ports-0c9df415d199d56904b290e5b0c21dc7403b724c.zip |
Notes
Diffstat (limited to 'net/tdetect')
-rw-r--r-- | net/tdetect/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile index e9b288354aa5..f96f765863e0 100644 --- a/net/tdetect/Makefile +++ b/net/tdetect/Makefile @@ -13,13 +13,9 @@ MASTER_SITES= # disappeared MAINTAINER= shipley@dis.org COMMENT= Utility for detecting traceroutes and reporting them via syslog -.include <bsd.port.pre.mk> - pre-configure: ${REINPLACE_CMD} -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h -.if ${OSVERSION} > 330002 ${REINPLACE_CMD} -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tdetect ${PREFIX}/sbin/tdetect @@ -31,4 +27,4 @@ post-install: ${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE}; \ fi -.include <bsd.port.post.mk> +.include <bsd.port.mk> |