diff options
author | agc <agc@pkgsrc.org> | 1999-11-04 10:53:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-04 10:53:23 +0000 |
commit | d44acc87a546645c343955165cafa8662009531c (patch) | |
tree | 9f6506e805cb9d96b9e77635c9f4bea861a69322 | |
parent | e2387b06720db5e05873abf2847b48b5533d55bd (diff) | |
download | pkgsrc-d44acc87a546645c343955165cafa8662009531c.tar.gz |
Initialiase MKCATPAGES (to yes) so that other operations can take place
on this Makefile.
-rw-r--r-- | japanese/xjman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile index 2378c62bc74..033060ca7f9 100644 --- a/japanese/xjman/Makefile +++ b/japanese/xjman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/02 11:50:32 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/04 10:53:23 agc Exp $ # FreeBSD Id: ports/japanese/xjman/Makefile,v 1.10 1999/10/30 15:34:24 sada Exp DISTNAME= xjman-0.4 @@ -48,6 +48,8 @@ pre-build: ) .endfor +MKCATPAGES?= yes + post-build: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @(cd ${WRKSRC}; \ |