openbsd-ports/net/gpodder/patches/patch-makefile

13 lines
553 B
Plaintext
Raw Normal View History

$OpenBSD: patch-makefile,v 1.1.1.1 2012/04/20 10:51:22 jasper Exp $
--- makefile.orig Tue Mar 27 01:51:22 2012
+++ makefile Sun Apr 8 16:20:22 2012
@@ -84,7 +84,7 @@ $(GPODDER_DESKTOP_FILE_IN).h: $(GPODDER_DESKTOP_FILE_I
intltool-extract --quiet --type=gettext/ini $<
install: messages $(GPODDER_SERVICE_FILE) $(GPODDER_DESKTOP_FILE)
- $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=/${PREFIX}
##########################################################################