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 /astro/sunclock/Makefile | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 4c99d6f8b3d8..a169e8c2c3c2 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,13 +3,14 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id: Makefile,v 1.2 1996/10/31 10:45:37 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/15 22:34:59 obrien Exp $ # DISTNAME= sunclock1.3 PKGNAME= sunclock-1.3 CATEGORIES= astro -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications MAINTAINER= torstenb@FreeBSD.org |