diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-18 04:29:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-18 04:29:39 +0800 |
commit | 8948e84e6fe4d70ed79ea402b67bd3926650eca9 (patch) | |
tree | 4a7594219f227c24fefe7427a3dc1a2466314da4 /german | |
parent | 33d7c103d46e76440e53aaf2e2a6bc0574ce4e82 (diff) | |
download | freebsd-ports-gnome-8948e84e6fe4d70ed79ea402b67bd3926650eca9.tar.gz freebsd-ports-gnome-8948e84e6fe4d70ed79ea402b67bd3926650eca9.tar.zst freebsd-ports-gnome-8948e84e6fe4d70ed79ea402b67bd3926650eca9.zip |
Opps, this is a bourne script, not binary.
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index ce1ba8c2d394..1d5c7d5502a5 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -159,7 +159,7 @@ post-install: @${MV} ${INSTDB.INS} ${INSTDB.INS}.orig @${SED} -e 's%DefaultDestPath = "${PREFIX}/staroffice%DefaultDestPath = "staroffice%' \ ${INSTDB.INS}.orig > ${INSTDB.INS} - @${INSTALL_PROGRAM} ${PREFIX}/${SOVERSION}/program/soffice \ + @${INSTALL_SCRIPT} ${PREFIX}/${SOVERSION}/program/soffice \ ${PREFIX}/${SOVERSION}/program/spadmin .if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so |