aboutsummaryrefslogtreecommitdiff
path: root/editors/uzap
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/uzap
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/uzap')
-rw-r--r--editors/uzap/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
index d72cfccb5832..8a8e26e128a5 100644
--- a/editors/uzap/Makefile
+++ b/editors/uzap/Makefile
@@ -3,17 +3,19 @@
# Date created: 19 Jun 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.1.1.1 1995/06/22 21:27:26 joerg Exp $
+# $Id: Makefile,v 1.2 1996/06/11 21:52:30 asami Exp $
#
DISTNAME= uzap
PKGNAME= uzap-1.0
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/uzap/
-WRKSRC= ${WRKDIR}
+MAINTAINER= joerg@FreeBSD.org
# restrictive Copyright; the author is no longer reachable, however :-(
RESTRICTED= "Restrictive copyright."
+WRKSRC= ${WRKDIR}
+
.include <bsd.port.mk>