diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-26 12:48:09 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-26 12:48:09 +0800 |
commit | 7d8ef39f7e15806a829a1493240a9f8fd0757dab (patch) | |
tree | affabc91307c1d7e682c98044d6bd878044587ce /math/gnumeric2/files | |
parent | eff2d7434c83d165053bdc892494964fae3a1077 (diff) | |
download | freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.tar.gz freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.tar.zst freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.zip |
* Update 0.15 -> 0.18
* One file per patch
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-ba | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba new file mode 100644 index 000000000000..3dff658d020c --- /dev/null +++ b/math/gnumeric2/files/patch-ba @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed Feb 24 03:49:45 1999 ++++ Makefile.in Wed Feb 24 19:06:37 1999 +@@ -137,7 +137,7 @@ + perl_val = @perl_val@ + python_val = @python_val@ + +-SUBDIRS = intl po macros plugins src doc ++SUBDIRS = intl po macros plugins src + + EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA) + +@@ -145,7 +145,7 @@ + appicondir = $(datadir)/pixmaps + appicon_DATA = gnome-gnumeric.png gnome-gnumeric-xl.png + +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(datadir)/apps/Applications + Applications_DATA = gnumeric.desktop + + Mimedir = $(datadir)/mime-info |