diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-10 01:09:21 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-10 01:09:21 +0000 |
commit | f64d11f210e661f337e28315a272506857e8a7b9 (patch) | |
tree | 76f4b9af7deaf17a98b269a6fd8d08ea96a1e3db /net/aslookup/Makefile | |
parent | ad09954ad70f3eef7333fed1c4099b17c405f6f8 (diff) | |
download | ports-f64d11f210e661f337e28315a272506857e8a7b9.tar.gz ports-f64d11f210e661f337e28315a272506857e8a7b9.zip |
Notes
Diffstat (limited to 'net/aslookup/Makefile')
-rw-r--r-- | net/aslookup/Makefile | 9 |
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) |