diff options
author | obache <obache@pkgsrc.org> | 2013-10-09 11:39:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-09 11:39:28 +0000 |
commit | 3bcf50fbedca3510c84c5fb9754954ecc548a3e1 (patch) | |
tree | 8871380c91b5738f4d51c7a87653c61966a449b2 /biology/openbabel/Makefile | |
parent | c7f01cde2257e38c7aa9601af908e37a0cac7a4c (diff) | |
download | pkgsrc-3bcf50fbedca3510c84c5fb9754954ecc548a3e1.tar.gz |
Use CMake builtin variable for mandir.
Diffstat (limited to 'biology/openbabel/Makefile')
-rw-r--r-- | biology/openbabel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/openbabel/Makefile b/biology/openbabel/Makefile index d27af530fd6..65a2d46fd84 100644 --- a/biology/openbabel/Makefile +++ b/biology/openbabel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/09/02 19:50:55 adam Exp $ +# $NetBSD: Makefile,v 1.20 2013/10/09 11:39:28 obache Exp $ # DISTNAME= openbabel-2.3.0 @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_CMAKE= yes -CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR:Q} .include "options.mk" |