diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /audio | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 2a4c3c6..026c4b3 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 7ca2ecb..ff8e642 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 184e53a..bb9d93b 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 98020c1..3b4a898 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 |