diff options
author | R. Imura <imura@FreeBSD.org> | 2000-04-15 12:57:39 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-04-15 12:57:39 +0000 |
commit | 6f2674d86fbb76a4f802a47c35b386cc038b0e09 (patch) | |
tree | fa955e33d1cb03776d21e2f474dd5f4287b49f16 | |
parent | 3ae5dfd5fe6510a34a4abfd153a5a383459d0899 (diff) | |
download | freebsd-ports-6f2674d86fbb76a4f802a47c35b386cc038b0e09.zip |
DISTNAMe -> DISTNAME
-rw-r--r-- | x11/xaniroc/Makefile | 2 | ||||
-rw-r--r-- | x11/xtacy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index b155a8bbba7d..c3e06eda54b0 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.02 CATEGORIES= x11 MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ ftp://netlab1.usu.edu/pub/mirror/freebird/x11/utils/ -DISTNAMe= ${PORTNAME} +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .src.tar.Z MAINTAINER= sec@42.org diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index 6e904df38f70..2ad029c72fd2 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.14 CATEGORIES= x11 MASTER_SITES= http://www.ultranet.com/~jjohnson/ \ ${MASTER_SITE_SUNSITE} -DISTNAMe= ${PORTNAME}114 +DISTNAME= ${PORTNAME}114 MAINTAINER= matt@bdd.net |