1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/firefly/files/patch-contrib_Makefile.in
Beech Rintoul d114df80a9 Portlint(1) fixes.
Makefile unwanted spaces and changes to the tab and remove unwanted comments.
Files are not installed.
UID / GID immobilized.

PR:		151298
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	itetcu - Maintainer timeout (Mark Foster mark@foster.cc)
2010-11-26 23:07:50 +00:00

12 lines
440 B
Plaintext

--- contrib/Makefile.in.orig 2007-10-29 15:03:19.000000000 +0900
+++ contrib/Makefile.in 2010-10-08 18:39:10.000000000 +0900
@@ -200,7 +200,7 @@
EXTRA_DIST = README mt-daapd.spec mt-daapd.conf.templ mt-daapd-ssc.sh mt-daapd-ssc.pl
BUILT_SOURCES = mt-daapd.conf
bin_SCRIPTS = mt-daapd-ssc.sh
-dbdir = "$(localstatedir)/cache/mt-daapd"
+dbdir = "$(localstatedir)/db/firefly"
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-recursive