diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-07-16 04:47:17 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-07-16 04:47:17 +0000 |
commit | 88aa73f1fb8aad8d163443551a12373c530a0702 (patch) | |
tree | 790a30eb943996dd3995bcb9f7269b765e59a0c8 /media-gfx/fotoxx/files | |
parent | Fixed herd tag on metadata.xml. (diff) | |
download | historical-88aa73f1fb8aad8d163443551a12373c530a0702.tar.gz historical-88aa73f1fb8aad8d163443551a12373c530a0702.tar.bz2 historical-88aa73f1fb8aad8d163443551a12373c530a0702.zip |
Initial import, partly based on an old ebuild in sunrise
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'media-gfx/fotoxx/files')
-rw-r--r-- | media-gfx/fotoxx/files/fotoxx-makefile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-gfx/fotoxx/files/fotoxx-makefile.patch b/media-gfx/fotoxx/files/fotoxx-makefile.patch new file mode 100644 index 000000000000..61619e933648 --- /dev/null +++ b/media-gfx/fotoxx/files/fotoxx-makefile.patch @@ -0,0 +1,16 @@ +diff -U2 -r fotoxx-10.7.orig//Makefile fotoxx-10.7//Makefile +--- fotoxx-10.7.orig//Makefile 2010-07-07 23:31:04.000000000 +0700 ++++ fotoxx-10.7//Makefile 2010-07-16 19:06:59.000000000 +0700 +@@ -17,5 +17,5 @@ + ICONDIR = $(DATADIR)/icons + DESKTOP = $(DATADIR)/kornelix-$(PROGRAM).desktop +-DOCDIR = $(PREFIX)/share/doc/$(PROGRAM) ++DOCDIR = $(PREFIX)/share/doc/$(PF) + MANDIR = $(PREFIX)/share/man/man1 + +@@ -39,5 +39,4 @@ + mkdir -p $(DESTDIR)$(DATADIR)/locales + mkdir -p $(DESTDIR)$(MANDIR) +- cp -R doc/* $(DESTDIR)$(DOCDIR) + cp icons/* $(DESTDIR)$(ICONDIR) + cp -R locales/* $(DESTDIR)$(DATADIR)/locales |