aboutsummaryrefslogtreecommitdiff
path: root/editors/bpatch
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:07:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:07:53 +0000
commit4b2988d9d2072f1a21fefee4f6ab51667fb486dc (patch)
tree0a9d451a44bd2eca33cebcaec679127f05737939 /editors/bpatch
parentad744288184799669b3c6ed466204cf2079b8596 (diff)
downloadports-4b2988d9d2072f1a21fefee4f6ab51667fb486dc.tar.gz
ports-4b2988d9d2072f1a21fefee4f6ab51667fb486dc.zip
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Notes
Notes: svn path=/head/; revision=4383
Diffstat (limited to 'editors/bpatch')
-rw-r--r--editors/bpatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile
index 905450947cf8..9d40b04c8cfd 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