diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-31 01:43:53 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-31 01:43:53 +0800 |
commit | 2fa0b1e3439e42188d6529e986d16359c603b047 (patch) | |
tree | 44972d4417d7e323589ecc1670e6a02d46029eb7 /editors/openoffice.org-2 | |
parent | 58d799eed2eefc8065a7062d1d7230fa3ccb9315 (diff) | |
download | freebsd-ports-gnome-2fa0b1e3439e42188d6529e986d16359c603b047.tar.gz freebsd-ports-gnome-2fa0b1e3439e42188d6529e986d16359c603b047.tar.zst freebsd-ports-gnome-2fa0b1e3439e42188d6529e986d16359c603b047.zip |
Only add the office_${RELEASE_NR} wrapper startup scripts
to the pkg list.
Submitted by: Dan Naumov <dan.naumov@ofw.fi>
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index f1ccd398fc1c..893d707c1e6f 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -541,8 +541,8 @@ post-install: @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-spadmin @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-sweb @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-swriter - @cd ${PREFIX} && ${FIND} -s bin -type f | ${GREP} openoffice > ${TMPPLIST} - @cd ${PREFIX} && ${FIND} -s bin -type l | ${GREP} openoffice >> ${TMPPLIST} + @cd ${PREFIX} && ${FIND} -s bin -type f | ${GREP} openoffice_${RELEASE_NR} > ${TMPPLIST} + @cd ${PREFIX} && ${FIND} -s bin -type l | ${GREP} openoffice_${RELEASE_NR} >> ${TMPPLIST} @cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} @cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${TMPPLIST} @cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type d > ${WRKDIR}/dir.tmp |