Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 07:17:16 +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: r341919 - head/net/tayga
Message-ID:  <201401310717.s0V7HG3k071982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 07:17:16 2014
New Revision: 341919
URL: http://svnweb.freebsd.org/changeset/ports/341919
QAT: https://qat.redports.org/buildarchive/r341919/

Log:
  - Stage support
  - Switch gmake to USES

Modified:
  head/net/tayga/Makefile
  head/net/tayga/pkg-plist

Modified: head/net/tayga/Makefile
==============================================================================
--- head/net/tayga/Makefile	Fri Jan 31 07:16:57 2014	(r341918)
+++ head/net/tayga/Makefile	Fri Jan 31 07:17:16 2014	(r341919)
@@ -11,11 +11,7 @@ COMMENT=	Userland stateless NAT64 daemon
 LICENSE=	GPLv2
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN5=		tayga.conf.5
-MAN8=		tayga.8
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/tayga/pkg-plist
==============================================================================
--- head/net/tayga/pkg-plist	Fri Jan 31 07:16:57 2014	(r341918)
+++ head/net/tayga/pkg-plist	Fri Jan 31 07:17:16 2014	(r341919)
@@ -1,3 +1,5 @@
+man/man5/tayga.conf.5.gz
+man/man8/tayga.8.gz
 @unexec if cmp -s %D/etc/tayga.conf.example %D/etc/tayga.conf; then rm -f %D/etc/tayga.conf; fi
 etc/tayga.conf.example
 @exec if [ ! -f %D/etc/tayga.conf ] ; then cp -p %B/tayga.conf.example %D/etc/tayga.conf; fi



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