aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6calc/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-04-22 13:12:23 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-04-22 13:12:23 +0000
commitafc9ce37ba0f7bc4ef22ebfc5662e7d241abd2fa (patch)
tree55090d581d638f8da8382da1691b98228f84f057 /net/ipv6calc/Makefile
parentea7f1403d878af11794a2215aad3a2b9c7463248 (diff)
downloadports-afc9ce37ba0f7bc4ef22ebfc5662e7d241abd2fa.tar.gz
ports-afc9ce37ba0f7bc4ef22ebfc5662e7d241abd2fa.zip
Notes
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r--net/ipv6calc/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index 585a0fe3c0bf..e9458a89651b 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -6,27 +6,20 @@
#
PORTNAME= ipv6calc
-PORTVERSION= 0.38
-PORTREVISION= 1
+PORTVERSION= 0.40
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= edwin@mavetju.org
-LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-post-extract:
-.for junk in config.h config.log Makefile config.status ipv6calc.h \
- config.cache
- @${RM} ${WRKSRC}/${junk}
-.endfor
-
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
.include <bsd.port.mk>