openbsd-ports/net/gpodder/patches/patch-makefile
jasper 6889808ea3 import gpodder 3.1.0
gPodder downloads and manages free audio and video content ("podcasts")
for you. Listen directly on your computer or on your mobile devices.

  * Supports RSS, Atom, YouTube, Soundcloud, Vimeo and XSPF feeds
  * Discover new content at our Podcast directory
  * Synchronize between devices with full gpodder.net integration
  * Easily customizable - support for user-defined hooks and plugins

feedback/ok sthen@
2012-04-20 10:51:22 +00:00

13 lines
553 B
Plaintext

$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}
##########################################################################