mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support STAGEDIR
This commit is contained in:
parent
731e46f350
commit
70c01d444d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343422
@ -12,7 +12,6 @@ COMMENT= Qmail queue diagnostic and repair tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS QMAIL_PORT
|
||||
@ -34,11 +33,11 @@ do-build:
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${STAGEDIR}${PREFIX}/bin/queue-repair
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user