diff options
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 2 | ||||
-rw-r--r-- | net/mpd/files/mpd.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 5879ae094455..07ebe65082e8 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpd PORTVERSION= 3.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= archie diff --git a/net/mpd/files/mpd.sh b/net/mpd/files/mpd.sh index b31ee06d2e29..0367a23c4747 100644 --- a/net/mpd/files/mpd.sh +++ b/net/mpd/files/mpd.sh @@ -12,7 +12,7 @@ # mpd_flags="-b" -mpd_enable="NO" +mpd_enable="${mpd_enable-NO}" . %%RC_SUBR%% |