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 /x11/xlockmore | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index ac2dbe402e2f..011447183ac1 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,12 +3,12 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $ +# $Id: Makefile,v 1.10 1996/11/12 07:08:28 tg Exp $ # DISTNAME= xlockmore-3.11 -MASTER_SITES+= ftp://crl.dec.com/pub/X11/contrib/applications/ -MASTER_SITES+= ftp://ftp.x.org/contrib/applications/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}.patches |