diff options
author | obache <obache@pkgsrc.org> | 2014-06-05 02:36:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-05 02:36:03 +0000 |
commit | e0b7f076ba44bed1e3b3e5f66e4a29a9dc1aedbe (patch) | |
tree | 8c5a0fefeec26104ba31440bf2fd98ef4d08065d | |
parent | 2e7565632cf8e7041b7baf0e74930e46c69a9725 (diff) | |
download | pkgsrc-e0b7f076ba44bed1e3b3e5f66e4a29a9dc1aedbe.tar.gz |
Fixes path for pc files to overwrite.
Bump PKGREVISION.
-rw-r--r-- | devel/libatomic_ops/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index a154493cd62..44437fc2ab6 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/05/12 22:46:49 pho Exp $ +# $NetBSD: Makefile,v 1.9 2014/06/05 02:36:03 obache Exp $ DISTNAME= libatomic_ops-7.4.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ivmaisoft.com/atomic_ops/download/ @@ -13,7 +14,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= automake gmake USE_LIBTOOL= yes TEST_TARGET= check -PKGCONFIG_OVERRIDE= pkgconfig/atomic_ops.pc +PKGCONFIG_OVERRIDE= pkgconfig/atomic_ops.pc.in INSTALL_MAKE_FLAGS= pkgdatadir=${PREFIX}/share/doc/libatomic_ops |