mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- support staging
This commit is contained in:
parent
5ec712fb13
commit
9efcaadb51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330848
1 changed files with 3 additions and 5 deletions
|
@ -17,18 +17,16 @@ GNU_CONFIGURE= yes
|
|||
CFLAGS+= -I${PREFIX}/include \
|
||||
-L${PREFIX}/lib
|
||||
|
||||
MAN1= mutt_vc_query.1
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= bin/mutt_vc_query
|
||||
PLIST_FILES= bin/mutt_vc_query man/man1/mutt_vc_query.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue