svn commit: r359039 - head/net/tcpreen
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 24 05:01:11 UTC 2014
Author: vanilla
Date: Tue Jun 24 05:01:10 2014
New Revision: 359039
URL: http://svnweb.freebsd.org/changeset/ports/359039
QAT: https://qat.redports.org/buildarchive/r359039/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Modified:
head/net/tcpreen/Makefile
head/net/tcpreen/pkg-plist
Modified: head/net/tcpreen/Makefile
==============================================================================
--- head/net/tcpreen/Makefile Tue Jun 24 04:58:11 2014 (r359038)
+++ head/net/tcpreen/Makefile Tue Jun 24 05:01:10 2014 (r359039)
@@ -10,14 +10,11 @@ MASTER_SITES= http://www.remlab.net/file
MAINTAINER= jmohacsi at bsd.hu
COMMENT= A simple TCP session re-engineering tool
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
-MAN1= tcpreen.1
DOC_FILES= AUTHORS NEWS README THANKS TODO
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS NLS
.include <bsd.port.options.mk>
@@ -32,9 +29,9 @@ PLIST_SUB+= NLS="@comment "
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
Modified: head/net/tcpreen/pkg-plist
==============================================================================
--- head/net/tcpreen/pkg-plist Tue Jun 24 04:58:11 2014 (r359038)
+++ head/net/tcpreen/pkg-plist Tue Jun 24 05:01:10 2014 (r359039)
@@ -1,4 +1,5 @@
bin/tcpreen
+man/man1/tcpreen.1.gz
%%NLS%%share/locale/fr/LC_MESSAGES/tcpreen.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/tcpreen.mo
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
More information about the svn-ports-all
mailing list