mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -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 \
|
CFLAGS+= -I${PREFIX}/include \
|
||||||
-L${PREFIX}/lib
|
-L${PREFIX}/lib
|
||||||
|
|
||||||
MAN1= mutt_vc_query.1
|
|
||||||
PORTDOCS= *
|
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>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
||||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue