Date: Tue, 29 Oct 2013 19:51:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331986 - head/net/tcpflow Message-ID: <201310291951.r9TJpZqL009852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291951.r9TJpZqL009852>