aboutsummaryrefslogtreecommitdiff
path: root/print/makeindex/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:50:59 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:50:59 +0000
commite062d3845f126e409fb15b1ae6b67f75410a881b (patch)
treee00bc0e59df3b937711c19aa7409d44734190e86 /print/makeindex/Makefile
parentd38f7d91c87848913d7b9b0866087c3f5f3b5dff (diff)
downloadports-e062d3845f126e409fb15b1ae6b67f75410a881b.tar.gz
ports-e062d3845f126e409fb15b1ae6b67f75410a881b.zip
Notes
Diffstat (limited to 'print/makeindex/Makefile')
-rw-r--r--print/makeindex/Makefile8
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)