mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
The pre-install trick is not needed here.
This commit is contained in:
parent
6cdaa47b3a
commit
5cfa524cbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345568
1 changed files with 1 additions and 7 deletions
|
@ -24,13 +24,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-qmail
|
||||
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
@${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
|
||||
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
|
||||
@${ECHO_CMD} ${STAGEDIR}${PREFIX} > ${WRKSRC}/conf-home
|
||||
|
||||
pre-install:
|
||||
@${MV} -f ${WRKSRC}/conf-home ${WRKSRC}/conf-home.sav
|
||||
@echo "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home
|
||||
@cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o
|
||||
@cd ${WRKSRC} ; ${MAKE_CMD} install instcheck
|
||||
@${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue