diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /editors | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.zip FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 8490314..fd34245 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -3,12 +3,12 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.1.1.1 1995/08/14 04:08:00 asami Exp $ +# $Id: Makefile,v 1.2 1995/10/28 20:35:56 erich Exp $ # DISTNAME= sam PKGNAME= sam-4.3 -CATEGORIES+= plan9 +CATEGORIES= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz |