diff options
author | agc <agc> | 1999-11-04 10:53:23 +0000 |
---|---|---|
committer | agc <agc> | 1999-11-04 10:53:23 +0000 |
commit | 94f37b8132e60640a989cedf64544b81faca3291 (patch) | |
tree | 9f6506e805cb9d96b9e77635c9f4bea861a69322 /japanese/xjman | |
parent | 410771ddae7a5c884100b1c2ca3302bf29ad638d (diff) | |
download | pkgsrc-94f37b8132e60640a989cedf64544b81faca3291.tar.gz |
Initialiase MKCATPAGES (to yes) so that other operations can take place
on this Makefile.
Diffstat (limited to 'japanese/xjman')
-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}; \ |