diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:11:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:11:38 +0000 |
commit | 569246c7d5c17d65e995432eba29e724caf6142d (patch) | |
tree | b506acdb5dcb2a6fe90277dde7edaea570f7680b /print | |
parent | Make this NO_PACKAGE, it asks too many questions. (diff) |
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!)
Notes
Notes:
svn path=/head/; revision=4641
Diffstat (limited to 'print')
-rw-r--r-- | print/makeindex/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index a2b5f44e7105..310e1e746760 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; \ |