aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-07-26 14:32:22 +0800
committerdougb <dougb@FreeBSD.org>2012-07-26 14:32:22 +0800
commite1abd5317fd03c85198aa2c310a37a63cd335251 (patch)
treed8472c7669b81271506dcbdb20a4e5bd422d53ab /devel
parent8feaa5480d4c20f3964d0e603e88a1d91eec5dc1 (diff)
downloadfreebsd-ports-gnome-e1abd5317fd03c85198aa2c310a37a63cd335251.tar.gz
freebsd-ports-gnome-e1abd5317fd03c85198aa2c310a37a63cd335251.tar.zst
freebsd-ports-gnome-e1abd5317fd03c85198aa2c310a37a63cd335251.zip
Fix the most obviously broken part, duplicated file
Diffstat (limited to 'devel')
-rw-r--r--devel/pkgconf/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 9326504b1ec9..5e5f00c275a7 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -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>