diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
commit | 4b2988d9d2072f1a21fefee4f6ab51667fb486dc (patch) | |
tree | 0a9d451a44bd2eca33cebcaec679127f05737939 /editors/uzap/Makefile | |
parent | ad744288184799669b3c6ed466204cf2079b8596 (diff) | |
download | freebsd-ports-4b2988d9d2072f1a21fefee4f6ab51667fb486dc.zip |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r-- | editors/uzap/Makefile | 8 |
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> |