diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net-mgmt/ipv6calc | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 15d133106e5c..d84dc0fa8cc1 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -13,10 +13,9 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= edwin@mavetju.org COMMENT= Convert, change and calculate with IPv6 addresses -GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin |