diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /audio/xmcd | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |