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/xmmix | |
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/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |