diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-07-13 21:13:52 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-07-13 21:13:52 +0000 |
commit | a2486c55e975c0e0ffb45099be6f302009d12a2f (patch) | |
tree | e6645d2251412b9f767c23243112fb160116b24f /audio/akode-plugins-oss | |
parent | acea0f7be96d22c237dec1dcda8085cd0d975e89 (diff) |
Notes
Diffstat (limited to 'audio/akode-plugins-oss')
-rw-r--r-- | audio/akode-plugins-oss/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile index ad5dfaae1a6f..86f41e5017df 100644 --- a/audio/akode-plugins-oss/Makefile +++ b/audio/akode-plugins-oss/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= OSS output plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WORKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* |