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-fm/xfm | |
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-fm/xfm')
-rw-r--r-- | x11-fm/xfm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index a104ebfebb83..9cf8ffcdbe3b 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -3,12 +3,13 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: Makefile,v 1.5 1995/04/12 20:31:59 asami Exp $ +# $Id: Makefile,v 1.6 1995/07/27 00:25:58 asami Exp $ # DISTNAME= xfm-1.3.2 -CATEGORIES+= x11 -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |