mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
enable stage.
This commit is contained in:
parent
7357b262ea
commit
a68f8ea3ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329355
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue