Date: Thu, 26 Jul 2012 06:32:22 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301544 - head/devel/pkgconf Message-ID: <201207260632.q6Q6WMfl047114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Thu Jul 26 06:32:22 2012 New Revision: 301544 URL: http://svn.freebsd.org/changeset/ports/301544 Log: Fix the most obviously broken part, duplicated file Modified: head/devel/pkgconf/Makefile Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Thu Jul 26 06:28:01 2012 (r301543) +++ head/devel/pkgconf/Makefile Thu Jul 26 06:32:22 2012 (r301544) @@ -27,32 +27,3 @@ post-install: ${LN} -sf ${PREFIX}/bin/pkgconf ${PREFIX}/bin/pkg-config .include <bsd.port.mk> -# New ports collection makefile for: pkgconf -# Date created: 2012-07-22 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pkgconf -PORTVERSION= 0.8.3 -CATEGORIES= devel -MASTER_SITES= http://nenolod.net/~nenolod/distfiles/ - -MAINTAINER= bapt@FreeBSD.org -COMMENT= pkg-config compatible utility which does not depend on glib - -LICENSE= BSD - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig \ - --with-system-libdir=/usr/lib \ - --with-system-includedir=/usr/include -USE_BZIP2= yes - -CONFLICTS_INSTALL= pkg-config-* - -post-install: - ${LN} -sf ${PREFIX}/bin/pkgconf ${PREFIX}/bin/pkg-config - -.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207260632.q6Q6WMfl047114>