diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /audio | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nas/Makefile | 5 | ||||
-rw-r--r-- | audio/workman/Makefile | 5 | ||||
-rw-r--r-- | audio/xmcd/Makefile | 6 | ||||
-rw-r--r-- | audio/xmmix/Makefile | 5 |
4 files changed, 12 insertions, 9 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 2a4c3c620e2a..026c4b365e86 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,13 +3,14 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1996/10/03 13:42:48 adam Exp $ +# $Id: Makefile,v 1.6 1996/11/15 23:13:56 obrien Exp $ # DISTNAME= nas-1.2p5 PKGNAME= nas-1.2.5 CATEGORIES= audio -MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= audio/nas MAINTAINER= jkh@FreeBSD.org diff --git a/audio/workman/Makefile b/audio/workman/Makefile index 7ca2ecb84fd4..ff8e64266f86 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -3,13 +3,14 @@ # Date created: 25 Now 1995 # Whom: Donald Burr <d_burr@ix.netcom.com> # -# $Id: Makefile,v 1.1.1.1 1995/11/26 12:47:05 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/15 23:14:31 obrien Exp $ # DISTNAME= WorkMan-1.3 PKGNAME= workman-1.3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.x.org/contrib/applications/WorkMan/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/WorkMan MAINTAINER= d_burr@ix.netcom.com diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 184e53a391d6..bb9d93b956ca 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,13 +3,13 @@ # Date created: 16 Februar 1995 # Whom: Gennady Sorokopud <gena@NetVision.net.il> # -# $Id: Makefile,v 1.4 1996/04/11 08:46:50 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/15 23:14:50 obrien Exp $ # DISTNAME= xmcd-2.0 CATEGORIES= audio -MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ \ - ftp://crl.dec.com/pub/X11/contrib/applications/xmcd/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/xmcd MAINTAINER= deischen@iworks.InterWorks.org diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 98020c14ccd2..3b4a898228d3 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -3,12 +3,13 @@ # Date created: Mon Aug 5 10:54:25 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/19 11:01:53 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/15 23:14:56 obrien Exp $ # DISTNAME= xmmix-1.2 CATEGORIES= audio -MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmmix/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/xmmix MAINTAINER= erich@FreeBSD.org |