1
0
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:
Mario Sergio Fujikawa Ferreira 2005-08-30 21:45:04 +00:00
parent 237fa8b40d
commit 86149e408e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141499
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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)