aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-10-30 03:51:35 +0800
committerantoine <antoine@FreeBSD.org>2013-10-30 03:51:35 +0800
commite64b2c6a9264c87aa7c3179c95ddcfba56d84ff2 (patch)
tree8e36cd3ef639234e40a6fb92a29078694a642dc6
parentfa333546a6dbec18d0991f57c87fab4d73da0b82 (diff)
downloadfreebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.tar.gz
freebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.tar.zst
freebsd-ports-graphics-e64b2c6a9264c87aa7c3179c95ddcfba56d84ff2.zip
Convert to STAGEDIR
-rw-r--r--net/tcpflow/Makefile11
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>