aboutsummaryrefslogtreecommitdiff
path: root/japanese/ptex-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/ptex-common
parent44bab554424ac7bb53311e5b4759d26455961887 (diff)
downloadports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz
ports-92cb14961276109a5c384faad8b01035e6c9a243.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.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r--japanese/ptex-common/Makefile9
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>