diff options
-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 a468ea0..fe577f8 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 |