diff options
author | jlam <jlam> | 2002-03-20 15:42:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-03-20 15:42:02 +0000 |
commit | dc50116208571b116118db1bc8419c60c7c21c65 (patch) | |
tree | 703b9b3e92085d4ea5b44216256a14d9ca7a9c65 /devel/pkgconfig/Makefile | |
parent | 8cac01643a202095ca132d6f975079a25d02fc50 (diff) | |
download | pkgsrc-dc50116208571b116118db1bc8419c60c7c21c65.tar.gz |
Use LIBTOOL_OVERRIDE instead of duplicating the logic in a private
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already
strongly buildlinked.
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r-- | devel/pkgconfig/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 2255428f9ab..b2f2fa8fe6b 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/15 12:38:11 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/20 15:42:02 jlam Exp $ # DISTNAME= pkgconfig-0.12.0 @@ -9,12 +9,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/ COMMENT= system for managing library compile/link flags -GNU_CONFIGURE= YES -USE_LIBTOOL= YES - -post-configure: - ${RM} -f ${WRKSRC}/libtool - ${LN} -s ${LOCALBASE}/bin/libtool ${WRKSRC} +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig |