mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
o forgot to remove some files
o rename optpatch-freetype+patch to optpatch-freetype
This commit is contained in:
parent
bc291c967c
commit
24653e4650
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140382
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org1.0/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
|
||||
if [ ! $LANG ]; then
|
||||
export LANG=%%LANG%%
|
||||
fi
|
||||
|
||||
case $program in
|
||||
$0)
|
||||
exec $oopath/soffice "$@"
|
||||
;;
|
||||
*)
|
||||
exec $oopath/$program "$@"
|
||||
;;
|
||||
esac
|
@ -1,14 +0,0 @@
|
||||
--- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002
|
||||
+++ ../remotebridges/source/unourl_resolver/makefile.mk
|
||||
@@ -102,9 +102,9 @@
|
||||
SHL1VERSIONMAP= $(TARGET).map
|
||||
|
||||
SHL1STDLIBS= \
|
||||
+ $(SALLIB) \
|
||||
$(CPPULIB) \
|
||||
- $(CPPUHELPERLIB) \
|
||||
- $(SALLIB)
|
||||
+ $(CPPUHELPERLIB)
|
||||
|
||||
SHL1DEPN=
|
||||
SHL1IMPLIB= i$(TARGET)
|
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org1.0/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
|
||||
if [ ! $LANG ]; then
|
||||
export LANG=%%LANG%%
|
||||
fi
|
||||
|
||||
case $program in
|
||||
$0)
|
||||
exec $oopath/soffice "$@"
|
||||
;;
|
||||
*)
|
||||
exec $oopath/$program "$@"
|
||||
;;
|
||||
esac
|
@ -1,14 +0,0 @@
|
||||
--- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002
|
||||
+++ ../remotebridges/source/unourl_resolver/makefile.mk
|
||||
@@ -102,9 +102,9 @@
|
||||
SHL1VERSIONMAP= $(TARGET).map
|
||||
|
||||
SHL1STDLIBS= \
|
||||
+ $(SALLIB) \
|
||||
$(CPPULIB) \
|
||||
- $(CPPUHELPERLIB) \
|
||||
- $(SALLIB)
|
||||
+ $(CPPUHELPERLIB)
|
||||
|
||||
SHL1DEPN=
|
||||
SHL1IMPLIB= i$(TARGET)
|
Loading…
Reference in New Issue
Block a user