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