diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-04-07 15:56:21 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-04-07 15:56:21 +0000 |
commit | 047e6943fe2d777cc7aca123a4980efa8faf8497 (patch) | |
tree | 03b9f727886128cae78be6b34cbbd1c795114c94 /news/straw/files/patch-Makefile | |
parent | Update net/mydns to 0.9.9 (diff) |
Import straw 0.18.1:
Straw is a desktop news aggregator for the GNOME environment. Its aim is
to be a faster, easier and more accessible way to read news and blogs
than the traditional browser.
Notes
Notes:
svn path=/head/; revision=78524
Diffstat (limited to 'news/straw/files/patch-Makefile')
-rw-r--r-- | news/straw/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/straw/files/patch-Makefile b/news/straw/files/patch-Makefile new file mode 100644 index 000000000000..8f1b0d83b3ba --- /dev/null +++ b/news/straw/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig Mon Apr 7 16:54:49 2003 ++++ Makefile Mon Apr 7 16:54:51 2003 +@@ -10,11 +10,11 @@ + # autodetect GNOME prefix, change this if you want it elsewhere + PREFIX ?= `pkg-config libgnome-2.0 --variable=prefix || echo /usr/local` + +-LIBDIR = $(PREFIX)/lib/python2.2/site-packages/straw ++LIBDIR = $(PREFIX)/lib/straw + BINDIR = $(PREFIX)/bin +-DATADIR = $(PREFIX)/share/straw +-APPLICATIONSDIR = $(PREFIX)/share/applications +-ICONDIR = $(PREFIX)/share/pixmaps ++DATADIR = $(LIBDIR) ++APPLICATIONSDIR = $(PREFIX)/share/gnome/applications ++ICONDIR = $(PREFIX)/share/gnome/pixmaps + LOCALEDIR = $(PREFIX)/share/locale + + POFILES := $(shell echo po/*.po) |