diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-16 23:21:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-16 23:21:22 +0000 |
commit | 407bccbf7fdb37af4c8a66ba7b01e3d9c9dd464c (patch) | |
tree | a0d44289237682229b7d81473fc8b59a36406914 /editors/openoffice.org-3-RC | |
parent | 56674828ecf26aa8549919f86c0a75bde35634d2 (diff) | |
download | ports-407bccbf7fdb37af4c8a66ba7b01e3d9c9dd464c.tar.gz ports-407bccbf7fdb37af4c8a66ba7b01e3d9c9dd464c.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 2e0837da3e2b..77d669513632 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -130,7 +130,8 @@ USE_BISON= build GNU_CONFIGURE= yes WRKSRC?= ${WRKDIR}/${OOOTAG} TCSH?= /bin/tcsh -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message +SUB_LIST= EXECBASE=${EXECBASE} OOOTAG=${OOOTAG} OOODIR=${OOODIR} .if defined(DISABLE_MAKE_JOBS) MAKE_JOBS_NUMBER= 1 @@ -302,12 +303,6 @@ post-install: @${ECHO_CMD} "@unexec ${RM} %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${PREFIX}/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${PREFIX}/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || ${TRUE}" >> ${TMPPLIST} - @${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%EXECBASE%%#${EXECBASE}#g' \ - -e 's#%%OOOTAG%%#${OOOTAG}#g' \ - -e 's#%%OOODIR%%#${OOODIR}#g' \ - ${PKGMESSAGE} @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} |