diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:50:59 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:50:59 +0000 |
commit | e062d3845f126e409fb15b1ae6b67f75410a881b (patch) | |
tree | e00bc0e59df3b937711c19aa7409d44734190e86 /print/makeindex | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Accidental whitespace
Notes
Notes:
svn path=/head/; revision=27422
Diffstat (limited to 'print/makeindex')
-rw-r--r-- | print/makeindex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index a8716ba26b7d..57fa25c5ab25 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= makeindex -PORTVERSION= 3.0.8 +PORTNAME= makeindex +PORTVERSION= 3.0.8 CATEGORIES= print MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/ EXTRACT_SUFX= .tar.Z @@ -16,11 +16,11 @@ MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/makeindex MAN1= makeindex.1 -do-build: +do-build: @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make) -do-install: +do-install: @${MKDIR} ${PREFIX}/share/texmf/makeindx @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make install) |