diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:15:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:15:10 +0000 |
commit | a98d4556efee192db5e8372841f679c28e88bb2b (patch) | |
tree | 4f9a05d2b34df5f2fac7a30f5ad2b7e99a311884 /graphics/xmorph | |
parent | c7c7e7159ec912a213cf77c99d0b4e64f039c295 (diff) | |
download | ports-a98d4556efee192db5e8372841f679c28e88bb2b.tar.gz ports-a98d4556efee192db5e8372841f679c28e88bb2b.zip |
Notes
Diffstat (limited to 'graphics/xmorph')
-rw-r--r-- | graphics/xmorph/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index a468ea023f13..fe577f8494d9 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -3,13 +3,14 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/02 07:49:20 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/15 13:27:55 erich Exp $ # DISTNAME= xmorph-02oct96 PKGNAME= xmorph-96.10.02 -CATEGORIES+= graphics -MASTER_SITES= ftp://ftp.x.org/contrib/graphics/ +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= graphics MAINTAINER= erich@FreeBSD.org |