svn commit: r331986 - head/net/tcpflow

Antoine Brodin antoine at FreeBSD.org
Tue Oct 29 19:51:35 UTC 2013


Author: antoine
Date: Tue Oct 29 19:51:35 2013
New Revision: 331986
URL: http://svnweb.freebsd.org/changeset/ports/331986

Log:
  Convert to STAGEDIR

Modified:
  head/net/tcpflow/Makefile

Modified: head/net/tcpflow/Makefile
==============================================================================
--- head/net/tcpflow/Makefile	Tue Oct 29 19:50:36 2013	(r331985)
+++ head/net/tcpflow/Makefile	Tue Oct 29 19:51:35 2013	(r331986)
@@ -18,14 +18,11 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		tcpflow.1
-PLIST_FILES=	bin/tcpflow
+PLIST_FILES=	bin/tcpflow man/man1/tcpflow.1.gz
+PORTDOCS=	AUTHORS ChangeLog NEWS README
 
 OPTIONS_DEFINE=	DOCS
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
@@ -35,8 +32,8 @@ CFLAGS+=	-march=i586
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list