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 /graphics/pixmap | |
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 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index b6307ac1a3f4..8026965c1089 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -3,13 +3,15 @@ # Date created: 19 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/04/09 07:09:39 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/11 02:00:42 jmz Exp $ # DISTNAME= pixmap2.6 PKGNAME= pixmap-2.6 -CATEGORIES+= graphics -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/pixmap + MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |