diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-22 13:12:23 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-22 13:12:23 +0000 |
commit | afc9ce37ba0f7bc4ef22ebfc5662e7d241abd2fa (patch) | |
tree | 55090d581d638f8da8382da1691b98228f84f057 /net/ipv6calc/Makefile | |
parent | Upgrade to 2.7b. (diff) |
Upgrade to 0.40.
PR: ports/37327
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=57981
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r-- | net/ipv6calc/Makefile | 15 |
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> |