diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /print/rtf2latex | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.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 'print/rtf2latex')
-rw-r--r-- | print/rtf2latex/Makefile | 3 | ||||
-rw-r--r-- | print/rtf2latex/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index 92cfc08dffe..2ad79858deb 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1996/03/06 08:20:17 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/17 08:45:07 obrien Exp $ # DISTNAME= rtf2LaTeX.1.5 @@ -14,5 +14,6 @@ MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de WRKSRC= ${WRKDIR}/rtf2LaTeX +MAN1= rtf2LaTeX.1 .include <bsd.port.mk> diff --git a/print/rtf2latex/pkg-plist b/print/rtf2latex/pkg-plist index db24fe1810d..f008857e219 100644 --- a/print/rtf2latex/pkg-plist +++ b/print/rtf2latex/pkg-plist @@ -1,6 +1,3 @@ -@owner bin -@mode 755 bin/rtf2LaTeX -@mode 644 -man/man1/rtf2LaTeX.1 +man/man1/rtf2LaTeX.1.gz lib/rtf |