diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /audio/xmix | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | FreeBSD-ports-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip FreeBSD-ports-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'audio/xmix')
-rw-r--r-- | audio/xmix/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index deb8ab8..c7b247c 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -6,11 +6,10 @@ DISTNAME= xmix-2.1 CATEGORIES= audio -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \ - ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/mixers -PATCH_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \ - ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/ +PATCH_SITES= ${MASTER_SITES} PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= janek@gaja.ipan.lublin.pl |