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 | facb3b4b9eb12054f094983ea8b6e48e94c9ec48 (patch) | |
tree | 8c5a0fefeec26104ba31440bf2fd98ef4d08065d | |
parent | f25bf223d51eac954167c9ca807aebef622182fa (diff) | |
download | pkgsrc-facb3b4b9eb12054f094983ea8b6e48e94c9ec48.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 |