svn commit: r329355 - head/net/u6rd

Hajimu UMEMOTO ume at FreeBSD.org
Fri Oct 4 18:20:09 UTC 2013


Author: ume
Date: Fri Oct  4 18:20:08 2013
New Revision: 329355
URL: http://svnweb.freebsd.org/changeset/ports/329355

Log:
  enable stage.

Modified:
  head/net/u6rd/Makefile

Modified: head/net/u6rd/Makefile
==============================================================================
--- head/net/u6rd/Makefile	Fri Oct  4 18:15:16 2013	(r329354)
+++ head/net/u6rd/Makefile	Fri Oct  4 18:20:08 2013	(r329355)
@@ -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
 


More information about the svn-ports-head mailing list