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/Makefile | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | freebsd-ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r-- | editors/uzap/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |