mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
54d96eb021
commit
4181169208
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345453
@ -15,20 +15,14 @@ LICENSE= GPLv2
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= BUGS COPYING ChangeLog README TODO
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/ltrace
|
||||
etc/ltrace.conf
|
||||
man/man1/ltrace.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user