mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Do not redefine PKGMESSAGE, which seems to cause problems during installation in
some cases. PR: 128243 Submitted by: "Walter C. Pelissero" <walter.pelissero@iesy.net> Patch by: stefan
This commit is contained in:
parent
c6221ffea6
commit
1216788db5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222140
@ -28,7 +28,7 @@ CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
|
||||
--with-extra-includes=${LOCALBASE}/include \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
MESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
post-install:
|
||||
.for i in smb2awk smb2nsmbrc
|
||||
@ -36,7 +36,7 @@ post-install:
|
||||
.endfor
|
||||
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}
|
||||
|
||||
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" pkg-message > ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE} > ${MESSAGE}
|
||||
@${CAT} ${MESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user