mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
1efaf06ad3
commit
527e2c3683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346043
@ -4,7 +4,7 @@
|
||||
PORTNAME= openvanilla-framework
|
||||
PORTVERSION= 0.7.2.20070514
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITES= LOCAL
|
||||
MASTER_SITE_SUBDIR= rafan
|
||||
DISTNAME= openvanilla-${PORTVERSION}
|
||||
|
||||
@ -13,9 +13,9 @@ COMMENT= Development header files for OpenVanilla
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/OpenVanilla
|
||||
@${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenVanilla
|
||||
${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* \
|
||||
${STAGEDIR}${PREFIX}/include/OpenVanilla
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user