diff options
author | arved <arved@FreeBSD.org> | 2005-10-17 03:54:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-10-17 03:54:32 +0800 |
commit | 41db24382f9f1a8eed329dffb69b97b75f5aac03 (patch) | |
tree | e1c66ffac467496970049530210d5f10b35f0e41 /audio/xmms-ladspa | |
parent | 41e1346d6136064be61ee1db898d881abd2ab370 (diff) | |
download | freebsd-ports-gnome-41db24382f9f1a8eed329dffb69b97b75f5aac03.tar.gz freebsd-ports-gnome-41db24382f9f1a8eed329dffb69b97b75f5aac03.tar.zst freebsd-ports-gnome-41db24382f9f1a8eed329dffb69b97b75f5aac03.zip |
* Add a copy of the distfile to MASTER_SITE_LOCAL, as there seems to be
problems with the Mastersite
* portlint
Reported by: pointyhat/ distfile survey
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index eb0cc521596c..9aa00f9ead3d 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -7,7 +7,9 @@ PORTNAME= xmms-ladspa PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ +MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org @@ -15,6 +17,7 @@ COMMENT= "XMMS Plugin that provides LADSPA Plugins to XMMS" BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + PLIST_FILES= lib/xmms/Effect/ladspa.so USE_X_PREFIX= yes |