diff options
-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 |