aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-22 19:11:38 +0800
committerasami <asami@FreeBSD.org>1996-11-22 19:11:38 +0800
commit4ed72c7db79b674397623d43f5c2ab3bf23d63b4 (patch)
tree2909a416dd8f78e3b9b47d31d1a3c7c8b0035a06 /print
parent19b079b37234885b85d5bf21a25f80a6fa45999e (diff)
downloadfreebsd-ports-graphics-4ed72c7db79b674397623d43f5c2ab3bf23d63b4.tar.gz
freebsd-ports-graphics-4ed72c7db79b674397623d43f5c2ab3bf23d63b4.tar.zst
freebsd-ports-graphics-4ed72c7db79b674397623d43f5c2ab3bf23d63b4.zip
Add WRKSRC so this thing actually compiles. While I'm here, clean up
the Makefile a bit. (David, don't forget changing DISTNAME affects WRKSRC if NO_WRKSUBDIR is not set!)
Diffstat (limited to 'print')
-rw-r--r--print/makeindex/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile
index a2b5f44e710..310e1e74676 100644
--- a/print/makeindex/Makefile
+++ b/print/makeindex/Makefile
@@ -3,17 +3,17 @@
# Date created: 12 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.8 1995/11/22 13:18:15 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/17 08:44:51 obrien Exp $
#
DISTNAME= makeindex-3.0.8
-PKGNAME= makeindex-3.0.8
CATEGORIES= print
MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
+WRKSRC= ${WRKDIR}/makeindex
MAN1= makeindex.1
do-build:
@@ -22,8 +22,6 @@ do-build:
do-install:
@${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; \