diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-21 08:21:41 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-21 08:21:41 +0800 |
commit | 548b53cbee1db49f8d9ec1d3c156f1823258c90f (patch) | |
tree | 417205e461f613b04694d298a6a09e01f3b87b09 /print/makeindex | |
parent | 8df6dcd4d000b307270bd6da6aad9b712a6dd943 (diff) | |
download | freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.gz freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.zst freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.zip |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Diffstat (limited to 'print/makeindex')
-rw-r--r-- | print/makeindex/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 4c870965fbd5..a8cb1226b6fc 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/17 20:31:29 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/19 19:42:24 jmz Exp $ # DISTNAME= makeindex @@ -14,13 +14,11 @@ DISTFILES= makeindex-3.0.8.tar.Z MAINTAINER= jmz@FreeBSD.org -build: configure pre-build - @echo "===> Building for ${DISTNAME}" +do-build: @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make) -install: build - @echo "===> Installing for ${DISTNAME}" +do-install: @mkdir -p ${PREFIX}/lib/texmf/makeindx @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/man/man1 |