- Stage support
This commit is contained in:
parent
eb1cee7fe1
commit
a305595701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341995
1 changed files with 2 additions and 5 deletions
|
@ -19,7 +19,6 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -34,10 +33,8 @@ PLIST_SUB= NLS="@comment "
|
|||
|
||||
DOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue