summaryrefslogtreecommitdiff
path: root/editors/beav/Makefile
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/beav/Makefile
parentCATEGORIES+= --> CATEGORIES= (diff)
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Notes
Notes: svn path=/head/; revision=4383
Diffstat (limited to 'editors/beav/Makefile')
-rw-r--r--editors/beav/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index 269ecdd0dc5a..3f4b0a0f52e9 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -3,19 +3,18 @@
# Date created: 01 July 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.3 1996/02/23 10:55:09 adam Exp $
+# $Id: Makefile,v 1.4 1996/08/27 14:12:18 adam Exp $
#
DISTNAME= beav-140-6
PKGNAME= beav-1.40.6
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.debian.org/debian/buzz/source/editors/ \\
ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/buzz/source/editors/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
WRKSRC= ${WRKDIR}/beav-140
-
PATCH_STRIP= -p1
.include <bsd.port.mk>