Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 10:16:38 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343886 - head/net-mgmt/ipv6calc
Message-ID:  <201402121016.s1CAGc6r025845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 12 10:16:37 2014
New Revision: 343886
URL: http://svnweb.freebsd.org/changeset/ports/343886
QAT: https://qat.redports.org/buildarchive/r343886/

Log:
  - Stage support

Modified:
  head/net-mgmt/ipv6calc/Makefile

Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile	Wed Feb 12 10:16:28 2014	(r343885)
+++ head/net-mgmt/ipv6calc/Makefile	Wed Feb 12 10:16:37 2014	(r343886)
@@ -9,13 +9,12 @@ MASTER_SITES=	ftp://ftp.bieringer.de/pub
 MAINTAINER=	edwin@mavetju.org
 COMMENT=	Convert, change, and calculate with IPv6 addresses
 
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/ipv6calc bin/ipv6logconv bin/ipv6logstats bin/ipv6loganon
+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
 
-MAN8=		ipv6calc.8 ipv6logconv.8 ipv6logstats.8 ipv6loganon.8
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121016.s1CAGc6r025845>