diff options
author | pav <pav@FreeBSD.org> | 2007-07-16 02:45:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-16 02:45:27 +0800 |
commit | 9e452b27144b2c1c19fbefb88086c44aac7b9fef (patch) | |
tree | d6558c8cefb4db4cbab2d3e0f55ab08c13feb3ed /net | |
parent | 84d9a569c280c88968fa6b7ec176046060d3652e (diff) | |
download | freebsd-ports-gnome-9e452b27144b2c1c19fbefb88086c44aac7b9fef.tar.gz freebsd-ports-gnome-9e452b27144b2c1c19fbefb88086c44aac7b9fef.tar.zst freebsd-ports-gnome-9e452b27144b2c1c19fbefb88086c44aac7b9fef.zip |
- Allow this to be built on pointyhat
Diffstat (limited to 'net')
-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 |