diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 18:45:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 18:45:27 +0000 |
commit | e6597e5ff1ab92adc84a7de865f392ee96463f3a (patch) | |
tree | 836b9567fa60ee2b2160d73163a55fce25dd5864 /net/ipv6socket_scrub | |
parent | 8c8929eab3dd535810d8297546612cc0a277ccfb (diff) | |
download | ports-e6597e5ff1ab92adc84a7de865f392ee96463f3a.tar.gz ports-e6597e5ff1ab92adc84a7de865f392ee96463f3a.zip |
Notes
Diffstat (limited to 'net/ipv6socket_scrub')
-rw-r--r-- | net/ipv6socket_scrub/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6socket_scrub/Makefile b/net/ipv6socket_scrub/Makefile index 6c471ec5abfc..c154f45f05ca 100644 --- a/net/ipv6socket_scrub/Makefile +++ b/net/ipv6socket_scrub/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/ipv6socket_scrub WRKSRC= ${WRKDIR}/${DISTNAME}/src RESTRICTED= "not redistributable, license agreement required" +.if !defined(PACKAGE_BUILDING) do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} '======================================================='; \ @@ -29,6 +30,7 @@ do-fetch: ${ECHO} '${DISTDIR} and then restart this build '; \ ${ECHO} '======================================================='; \ fi +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipv6socket_scrub ${PREFIX}/bin |