Index: head/net-mgmt/ipv6calc/Makefile =================================================================== --- head/net-mgmt/ipv6calc/Makefile (revision 427091) +++ head/net-mgmt/ipv6calc/Makefile (revision 427092) @@ -1,20 +1,21 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= ipv6calc PORTVERSION= 0.96.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert, change, and calculate with IPv6 addresses -USES= gettext gmake perl5 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext gmake perl5 ssl GNU_CONFIGURE= yes -PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \ - bin/ipv6loganon man/man8/ipv6calc.8.gz \ - man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz \ - man/man8/ipv6logstats.8.gz +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/net-mgmt/ipv6calc/files/patch-man__Makefile.in =================================================================== --- head/net-mgmt/ipv6calc/files/patch-man__Makefile.in (revision 427091) +++ head/net-mgmt/ipv6calc/files/patch-man__Makefile.in (revision 427092) @@ -1,12 +1,12 @@ ---- man/Makefile.in.orig 2009-01-07 03:37:45.000000000 +1100 -+++ man/Makefile.in 2009-01-12 21:52:53.000000000 +1100 -@@ -25,7 +25,7 @@ +--- man/Makefile.in.orig 2009-01-06 16:37:45 UTC ++++ man/Makefile.in +@@ -25,7 +25,7 @@ clean: test: install: - mkdir -p $(DESTDIR)$(mandir)/man8 + mkdir -p $(DESTDIR)${PREFIX}/man//man8 for f in *.8; do \ - install -m 644 $$f $(DESTDIR)$(mandir)/man8; \ + install -m 644 $$f $(DESTDIR)${PREFIX}/man/man8; \ done Index: head/net-mgmt/ipv6calc/pkg-plist =================================================================== --- head/net-mgmt/ipv6calc/pkg-plist (nonexistent) +++ head/net-mgmt/ipv6calc/pkg-plist (revision 427092) @@ -0,0 +1,8 @@ +bin/ipv6calc +bin/ipv6loganon +bin/ipv6logconv +bin/ipv6logstats +man/man8/ipv6calc.8.gz +man/man8/ipv6loganon.8.gz +man/man8/ipv6logconv.8.gz +man/man8/ipv6logstats.8.gz Property changes on: head/net-mgmt/ipv6calc/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property