diff options
author | ume <ume@FreeBSD.org> | 2013-10-05 02:20:08 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2013-10-05 02:20:08 +0800 |
commit | 594b1f1a864d6d170031f2eb7791d076fd13d45c (patch) | |
tree | b75fc51bc66d3e759c0fcb894e4617dd61d0ea83 /net/u6rd | |
parent | f4d8a50000c44c3675679d1c61c8e1c9c423fe21 (diff) | |
download | freebsd-ports-gnome-594b1f1a864d6d170031f2eb7791d076fd13d45c.tar.gz freebsd-ports-gnome-594b1f1a864d6d170031f2eb7791d076fd13d45c.tar.zst freebsd-ports-gnome-594b1f1a864d6d170031f2eb7791d076fd13d45c.zip |
enable stage.
Diffstat (limited to 'net/u6rd')
-rw-r--r-- | net/u6rd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/u6rd/Makefile b/net/u6rd/Makefile index 1fc44f517a94..d82da19c31f3 100644 --- a/net/u6rd/Makefile +++ b/net/u6rd/Makefile @@ -14,11 +14,8 @@ LICENSE= BSD GNU_CONFIGURE= yes USE_RC_SUBR= u6rd -MAN8= u6rd.8 +PLIST_FILES= sbin/u6rd man/man8/u6rd.8.gz -PLIST_FILES= sbin/u6rd - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -27,9 +24,9 @@ PORTDOCS= NEWS README post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif |