diff options
author | asami <asami@FreeBSD.org> | 1996-11-19 12:41:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-19 12:41:20 +0000 |
commit | 92fc5fd6d4d64b8e55483f310cf96b0bd7cb76f3 (patch) | |
tree | 6c0e9debe2e4c97c961340a2fd627c481704ccd5 /editors/asedit | |
parent | 99d8d381f8b02fc36a092ceaf2155a63342f9493 (diff) | |
download | FreeBSD-ports-92fc5fd6d4d64b8e55483f310cf96b0bd7cb76f3.zip FreeBSD-ports-92fc5fd6d4d64b8e55483f310cf96b0bd7cb76f3.tar.gz |
Yipes, another typo ("MASTER_SITE_CONTRIB").
Diffstat (limited to 'editors/asedit')
-rw-r--r-- | editors/asedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 4d396ac..6f0fd98 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -4,12 +4,12 @@ # # Whom: Andreas Kohout <shanee@rabbit.augusta.de> # -# $Id: Makefile,v 1.3 1996/08/09 00:38:43 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:23:54 asami Exp $ # DISTNAME= asedit-1.3.2 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_CONTRIB} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z |