aboutsummaryrefslogtreecommitdiff
path: root/net/aslookup/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-10 01:09:21 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-10 01:09:21 +0000
commitf64d11f210e661f337e28315a272506857e8a7b9 (patch)
tree76f4b9af7deaf17a98b269a6fd8d08ea96a1e3db /net/aslookup/Makefile
parentad09954ad70f3eef7333fed1c4099b17c405f6f8 (diff)
downloadports-f64d11f210e661f337e28315a272506857e8a7b9.tar.gz
ports-f64d11f210e661f337e28315a272506857e8a7b9.zip
Notes
Diffstat (limited to 'net/aslookup/Makefile')
-rw-r--r--net/aslookup/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile
index 8dcb4ee8dcd2..14a38c08ff25 100644
--- a/net/aslookup/Makefile
+++ b/net/aslookup/Makefile
@@ -7,13 +7,20 @@
PORTNAME= aslookup
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.bugest.net/software/aslookup/
-DISTNAME= aslookup-alpha${PORTVERSION}
+DISTNAME= ${PORTNAME}-alpha${PORTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Tool that searches the sequence of AS numbers
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -E -e "s|CFLAGS.*=|CFLAGS +=|" \
+ -e "s|CC.*=|CC ?=|" ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${PREFIX}/bin
.if !defined(NOPORTDOCS)