diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 13:07:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 13:07:53 +0800 |
commit | 0f779dd5ac9ca378b7206e2b0a8aef633181e614 (patch) | |
tree | d824b9d9efe079fe16f1556ab2463da02e559d88 /editors/beav | |
parent | 74fc2116970f8ec186a82750e4e221223f4cd2fd (diff) | |
download | freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.gz freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.zst freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.zip |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 5 |
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> |