diff options
author | tnn <tnn@pkgsrc.org> | 2009-10-29 22:41:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-10-29 22:41:42 +0000 |
commit | d8288ea200156e9e74f4ac6c30b3d81998300b6c (patch) | |
tree | 69861945216fd807a5d46fa8200c6bda1bbf4b20 | |
parent | 40cef7500112534a82dc4b1f33faf69e51b579f4 (diff) | |
download | pkgsrc-d8288ea200156e9e74f4ac6c30b3d81998300b6c.tar.gz |
Support PKGMANDIR
-rw-r--r-- | misc/cksfv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cksfv/Makefile b/misc/cksfv/Makefile index ac7cf0bc629..1ff627b7e5e 100644 --- a/misc/cksfv/Makefile +++ b/misc/cksfv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:23 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/10/29 22:41:42 tnn Exp $ # DISTNAME= cksfv-1.3.14 @@ -18,7 +18,7 @@ INSTALLATION_DIRS= share/doc/cksfv HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CONFIGURE_ARGS+= --package-prefix=${DESTDIR:Q} -CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/man +CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR} CONFIGURE_ARGS+= --compiler=${CC:Q} TEST_TARGET= check |