diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /audio/snd | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index ce054ad0fe8..ddde613b126 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/20 15:16:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:30 hubertf Exp $ # DISTNAME= snd @@ -8,11 +8,12 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://ccrma-www/CCRMA/Software/snd/snd.html +HOMEPAGE= http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html DEPENDS+= xpm-3.4k:../../graphics/xpm -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= Already on MASTER_SITE_LOCAL + USE_MOTIF= yes MAKEFILE= makefile.netbsd ALL_TARGET= snd |