svn commit: r342192 - head/dns/dns2tcp

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 17:07:54 UTC 2014


Author: miwi
Date: Sat Feb  1 17:07:53 2014
New Revision: 342192
URL: http://svnweb.freebsd.org/changeset/ports/342192
QAT: https://qat.redports.org/buildarchive/r342192/

Log:
  - Stage support

Modified:
  head/dns/dns2tcp/Makefile

Modified: head/dns/dns2tcp/Makefile
==============================================================================
--- head/dns/dns2tcp/Makefile	Sat Feb  1 17:07:25 2014	(r342191)
+++ head/dns/dns2tcp/Makefile	Sat Feb  1 17:07:53 2014	(r342192)
@@ -11,8 +11,8 @@ COMMENT=	Dns2tcp is a tool for relaying 
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/dns2tcpc bin/dns2tcpd
-MAN1=		dns2tcpc.1 dns2tcpd.1
+PLIST_FILES=	bin/dns2tcpc bin/dns2tcpd \
+		man/man1/dns2tcpc.1.gz \
+		man/man1/dns2tcpd.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list