mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix installation
Submitted by: pointyhat (krion)
This commit is contained in:
parent
237fa8b40d
commit
86149e408e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141499
@ -124,8 +124,13 @@ post-configure:
|
||||
${BUILD_WRKSRC}/config/Makefile.config
|
||||
|
||||
pre-install:
|
||||
.if exists(${.CURDIR}/pkg-message)
|
||||
@${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \
|
||||
< ${.CURDIR}/pkg-message > ${PKGMESSAGE}
|
||||
.elif exists(${MASTERDIR}/pkg-message)
|
||||
@${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \
|
||||
< ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.ifndef(WITHOUT_CORE)
|
||||
|
@ -124,8 +124,13 @@ post-configure:
|
||||
${BUILD_WRKSRC}/config/Makefile.config
|
||||
|
||||
pre-install:
|
||||
.if exists(${.CURDIR}/pkg-message)
|
||||
@${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \
|
||||
< ${.CURDIR}/pkg-message > ${PKGMESSAGE}
|
||||
.elif exists(${MASTERDIR}/pkg-message)
|
||||
@${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \
|
||||
< ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.ifndef(WITHOUT_CORE)
|
||||
|
Loading…
Reference in New Issue
Block a user