diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
commit | b63a28f690b27a0ef6821a035dbe6cb73bebe946 (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /editors/uzap | |
parent | 6b5b1aa5c967aad14fed743af779c3f9d3916a4d (diff) | |
download | ports-b63a28f690b27a0ef6821a035dbe6cb73bebe946.tar.gz ports-b63a28f690b27a0ef6821a035dbe6cb73bebe946.zip |
Notes
Diffstat (limited to 'editors/uzap')
-rw-r--r-- | editors/uzap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 5130f1a278ec..36098be64cbf 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uzap -# Date created: 19 Jun 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= uzap PORTVERSION= 1.0 @@ -15,7 +11,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= Visual binary file editor # restrictive Copyright; the author is no longer reachable, however :-( -RESTRICTED= "Restrictive copyright" +RESTRICTED= Restrictive copyright NO_WRKSUBDIR= yes MAN1= uzap.1 PLIST_FILES= bin/uzap |