svn commit: r301544 - head/devel/pkgconf
Doug Barton
dougb at FreeBSD.org
Thu Jul 26 06:32:23 UTC 2012
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 at FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pkgconf
-PORTVERSION= 0.8.3
-CATEGORIES= devel
-MASTER_SITES= http://nenolod.net/~nenolod/distfiles/
-
-MAINTAINER= bapt at 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>
More information about the svn-ports-head
mailing list