diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /editors/asedit | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'editors/asedit')
-rw-r--r-- | editors/asedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 1da06d3a597c..4d396ac08091 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -4,12 +4,13 @@ # # Whom: Andreas Kohout <shanee@rabbit.augusta.de> # -# $Id: Makefile,v 1.2 1996/08/08 16:49:40 jkh Exp $ +# $Id: Makefile,v 1.3 1996/08/09 00:38:43 asami Exp $ # DISTNAME= asedit-1.3.2 CATEGORIES= editors -MASTER_SITES= ftp://ftp.x.org/contrib/editors/ +MASTER_SITES= ${MASTER_SITE_CONTRIB} +MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@rabbit.augusta.de |