diff options
author | antoine <antoine@FreeBSD.org> | 2013-10-30 03:51:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-10-30 03:51:35 +0800 |
commit | e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2 (patch) | |
tree | 8e36cd3ef639234e40a6fb92a29078694a642dc6 | |
parent | fa333546a6dbec18d0991f57c87fab4d73da0b82 (diff) | |
download | freebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.tar.gz freebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.tar.zst freebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.zip |
Convert to STAGEDIR
-rw-r--r-- | net/tcpflow/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 7c01300a09d..47c85896c63 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -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> |