From owner-svn-ports-head@FreeBSD.ORG Thu Jul 26 06:32:23 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D47C106566C; Thu, 26 Jul 2012 06:32:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1852C8FC14; Thu, 26 Jul 2012 06:32:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6Q6WMt5047116; Thu, 26 Jul 2012 06:32:22 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6Q6WMfl047114; Thu, 26 Jul 2012 06:32:22 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207260632.q6Q6WMfl047114@svn.freebsd.org> From: Doug Barton Date: Thu, 26 Jul 2012 06:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301544 - head/devel/pkgconf X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 06:32:23 -0000 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 -# New ports collection makefile for: pkgconf -# Date created: 2012-07-22 -# Whom: Baptiste Daroussin -# -# $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