diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /print/dvips/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
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/dvips/Makefile')
-rw-r--r-- | print/dvips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index 905d160..26e9114 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -3,7 +3,7 @@ # Date created: 30 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1996/09/16 00:56:17 asami Exp $ +# $Id: Makefile,v 1.12 1996/11/17 08:44:27 obrien Exp $ # DISTNAME= dvips @@ -15,9 +15,9 @@ DISTFILES= dvips558.tar.gz MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes - EXTRACT_CMD= (zcat | dd 2>/dev/null | tar xf -) EXTRACT_ARGS= < +MAN1= dvips.1 afm2tfm.1 pre-install: @${MKDIR} ${PREFIX}/lib/texmf |