summaryrefslogtreecommitdiff
path: root/net/ipv6calc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r--net/ipv6calc/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index 2259890eb91..75bdd2767c1 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/03/03 04:09:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2002/04/21 21:06:54 hubertf Exp $
#
-DISTNAME= ipv6calc-0.39
+DISTNAME= ipv6calc-0.40
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
@@ -9,15 +9,13 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.bieringer.de/linux/IPv6/tools/index.html#ipv6calc
COMMENT= Manipulates IPv6 adresses
-USE_GMAKE= yes
-ALL_TARGET= ipv6calc
# This package does not set or evaluate USE_INET6, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!
-MAKE_ENV+= CC="${CC} -D_NETINET_IN_H"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc ${PREFIX}/bin
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+MAKE_ENV+= root=${PREFIX}
+INSTALL_TARGET= installonly
.include "../../mk/bsd.pkg.mk"