diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /editors/uzap | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) |
Notes
Diffstat (limited to 'editors/uzap')
-rw-r--r-- | editors/uzap/Makefile | 4 | ||||
-rw-r--r-- | editors/uzap/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 8a8e26e128a5..9f588e8f5721 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Jun 1995 # Whom: joerg # -# $Id: Makefile,v 1.2 1996/06/11 21:52:30 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:07:27 obrien Exp $ # DISTNAME= uzap @@ -15,7 +15,7 @@ MAINTAINER= joerg@FreeBSD.org # restrictive Copyright; the author is no longer reachable, however :-( RESTRICTED= "Restrictive copyright." - WRKSRC= ${WRKDIR} +MAN1= uzap.1 .include <bsd.port.mk> diff --git a/editors/uzap/pkg-plist b/editors/uzap/pkg-plist index b9023b108b49..2a3f37122b01 100644 --- a/editors/uzap/pkg-plist +++ b/editors/uzap/pkg-plist @@ -1,3 +1,2 @@ -@cwd /usr/local bin/uzap -man/man1/uzap.1 +man/man1/uzap.1.gz |