diff options
author | max <max@FreeBSD.org> | 1996-11-11 08:11:50 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-11 08:11:50 +0000 |
commit | 861068926342948efc7fbde98c3705d5ae728b0e (patch) | |
tree | 3bb1212cb98d7c3aab584cb021e177c6262bd240 /japanese/ptex-base | |
parent | 5a5ee6ac40ba2e411409e57e14f5627d93a6d16a (diff) | |
download | FreeBSD-ports-861068926342948efc7fbde98c3705d5ae728b0e.zip FreeBSD-ports-861068926342948efc7fbde98c3705d5ae728b0e.tar.gz |
CATEGORIES+= -> CATEGORIES=
Moved around some lines to standardize.
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r-- | japanese/ptex-base/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 43eb6e1..18c47dc 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -3,12 +3,12 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.11 1996/11/02 20:23:57 max Exp $ +# $Id: Makefile,v 1.12 1996/11/07 14:49:57 max Exp $ # DISTNAME= ptex3.1415.p2.1.4 PKGNAME= jp-ptex-2.1.4 -CATEGORIES+= japanese print +CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/corresponding-sources/ \ ftp://bash.cc.keio.ac.jp/pub/TeX/ascii-ptex/ \ @@ -21,14 +21,14 @@ MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ \ DISTFILES= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ web2c.kpathsea-2.6.help xdvik-18f.tar.gz lib-6.9.tar.gz -EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ - xdvik-18f.tar.gz MAINTAINER= max@FreeBSD.ORG GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/kpathsea-2.6 STRIP= # some shell scripts +EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ + xdvik-18f.tar.gz BINARIES=kpsewhich dvicopy dvitype pdvitype gftodvi gftopk \ mft pktogf pktype vftovp vptovf gftype pltotf tftopl initex \ |