diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-20 02:42:32 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-20 02:42:32 +0000 |
commit | 42f0e86cba0330ce9101d006631a4d81155f035f (patch) | |
tree | 5a89a9300d945c39609f75fa39c9bc6845578e66 /audio/musicpd | |
parent | a0fda05c9586cf5346931d0ee9c94f18fc8cdb45 (diff) | |
download | ports-42f0e86cba0330ce9101d006631a4d81155f035f.tar.gz ports-42f0e86cba0330ce9101d006631a4d81155f035f.zip |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 19e5b41b2e07..55941b259524 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -62,7 +62,7 @@ SUB_LIST+= MPDDIR=${MPDDIR} .include <bsd.port.options.mk> .ifdef MPDCONF -.error Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists +IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists .endif .include <bsd.port.pre.mk> @@ -70,9 +70,9 @@ SUB_LIST+= MPDDIR=${MPDDIR} .if exists(${PREFIX}/etc/mpd.conf) MSG=You still have ${PREFIX}/etc/mpd.conf in existence-- this file is no longer used by musicpd. .if !exists(${PREFIX}/etc/musicpd.conf) -.error ${MSG} Move it to ${PREFIX}/etc/musicpd.conf. +IGNORE=${MSG} Move it to ${PREFIX}/etc/musicpd.conf. .else -.error ${MSG} You also have musicpd.conf-- check carefully to see which one you want, and remove mpd.conf. +IGNORE=${MSG} You also have musicpd.conf-- check carefully to see which one you want, and remove mpd.conf. .endif .endif |