summaryrefslogtreecommitdiffstats
path: root/print/makeindex/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
committerobrien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
commit109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch)
tree9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/makeindex/Makefile
parentb5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff)
downloadFreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip
FreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/makeindex/Makefile')
-rw-r--r--print/makeindex/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile
index 68e05c0..a2b5f44 100644
--- a/print/makeindex/Makefile
+++ b/print/makeindex/Makefile
@@ -3,30 +3,32 @@
# Date created: 12 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.7 1995/04/21 00:21:15 jmz Exp $
+# $Id: Makefile,v 1.8 1995/11/22 13:18:15 asami Exp $
#
-DISTNAME= makeindex
+DISTNAME= makeindex-3.0.8
PKGNAME= makeindex-3.0.8
-CATEGORIES+= print
+CATEGORIES= print
MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/
-DISTFILES= makeindex-3.0.8.tar.Z
+EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
+MAN1= makeindex.1
+
do-build:
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make)
do-install:
- @mkdir -p ${PREFIX}/lib/texmf/makeindx
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/lib/texmf/makeindx
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/man/man1
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make install)
@(cd ${WRKSRC}/doc; \
sed -e s:/usr/local/lib/tex/macros/:${PREFIX}/lib/texmf/makeindx/: \
<makeindex.l >makeindex.1; \
- install -c -m 644 makeindex.1 ${PREFIX}/man/man1/)
+ ${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)
.include <bsd.port.mk>
OpenPOWER on IntegriCloud