diff options
author | eadler <eadler@FreeBSD.org> | 2013-11-20 10:42:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-11-20 10:42:32 +0800 |
commit | 3cd23bad9f052ca5f39650d2398def939b66d453 (patch) | |
tree | 5a89a9300d945c39609f75fa39c9bc6845578e66 | |
parent | cd63875a9835a325a5057a6f34f8c3891856dff4 (diff) | |
download | freebsd-ports-gnome-3cd23bad9f052ca5f39650d2398def939b66d453.tar.gz freebsd-ports-gnome-3cd23bad9f052ca5f39650d2398def939b66d453.tar.zst freebsd-ports-gnome-3cd23bad9f052ca5f39650d2398def939b66d453.zip |
s/.error/ignore/g
This port needs additional work, but fix building INDEX for now.
Approved by: crees (maintainer, implicit)
-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 |