diff options
-rw-r--r-- | audio/mpdas/Makefile | 1 | ||||
-rw-r--r-- | audio/mpdas/files/mpdas.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index 79fc36d9fdb..f3f976b85bb 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpdas PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ diff --git a/audio/mpdas/files/mpdas.in b/audio/mpdas/files/mpdas.in index 9b3fcb91723..1ce6ce9333f 100644 --- a/audio/mpdas/files/mpdas.in +++ b/audio/mpdas/files/mpdas.in @@ -14,7 +14,7 @@ name=mpdas rcvar=`set_rcvar` -command=%%PREFIX%/bin/mpdas +command=%%PREFIX%%/bin/mpdas load_rc_config $name |