diff options
-rw-r--r-- | audio/akode-plugins-mpc/Makefile | 2 | ||||
-rw-r--r-- | audio/akode-plugins-oss/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile index 36e1e27bbec8..4b8847b22ef5 100644 --- a/audio/akode-plugins-mpc/Makefile +++ b/audio/akode-plugins-mpc/Makefile @@ -17,7 +17,7 @@ DISTNAME= 30375-akode-${PORTVERSION} MAINTAINER= swhetzel@gmail.com COMMENT= Musepack decoder plugin for akode LICENSE= LGPL20 -LICENSE_FILE= ${WORKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile index 86f41e5017df..75a5ebf0210c 100644 --- a/audio/akode-plugins-oss/Makefile +++ b/audio/akode-plugins-oss/Makefile @@ -17,7 +17,7 @@ DISTNAME= 30375-akode-${PORTVERSION} MAINTAINER= swhetzel@gmail.com COMMENT= OSS output plugin for akode LICENSE= LGPL20 -LICENSE_FILE= ${WORKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* |