diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/ptex-common | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r-- | japanese/ptex-common/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 18c47dcda4f7..64d8d486ed81 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.12 1996/11/07 14:49:57 max Exp $ +# $Id: Makefile,v 1.13 1996/11/11 08:11:46 max Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -35,7 +35,7 @@ BINARIES=kpsewhich dvicopy dvitype pdvitype gftodvi gftopk \ virtex patgen iniptex virptex inimf virmf bibtex jbibtex \ tangle weave pooltype -MANPAGES=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ +MAN1= amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ gftopk.1 gftype.1 initex.1 lamstex.1 latex.1 mf.1 mft.1 \ patgen.1 pktogf.1 pktype.1 pltotf.1 pooltype.1 slitex.1 \ tangle.1 tex.1 tftopl.1 vftovp.1 virtex.1 vptovf.1 weave.1 @@ -110,10 +110,5 @@ post-install: @strip ${PREFIX}/bin/${bin} .endfor @echo "done." - @echo -n "Compressing the man pages...." -.for man in ${MANPAGES} - @${COMPRESS_MAN} ${PREFIX}/man/man1/${man} -.endfor - @echo "done." .include <bsd.port.mk> |