diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
commit | 0f779dd5ac9ca378b7206e2b0a8aef633181e614 (patch) | |
tree | d824b9d9efe079fe16f1556ab2463da02e559d88 /editors/bpatch | |
parent | 74fc2116970f8ec186a82750e4e221223f4cd2fd (diff) | |
download | FreeBSD-ports-0f779dd5ac9ca378b7206e2b0a8aef633181e614.zip FreeBSD-ports-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.gz |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/bpatch')
-rw-r--r-- | editors/bpatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 9054509..9d40b04 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1996 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1996/03/18 18:54:45 joerg Exp $ +# $Id: Makefile,v 1.2 1996/03/22 00:44:02 asami Exp $ # # Note: # The file lacks any redistribution notice, but I know that it has @@ -12,7 +12,7 @@ DISTNAME= bpatch PKGNAME= bpatch-1.0 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/bpatch/ MAINTAINER= joerg@FreeBSD.org |