diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-26 14:32:22 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-26 14:32:22 +0800 |
commit | e1abd5317fd03c85198aa2c310a37a63cd335251 (patch) | |
tree | d8472c7669b81271506dcbdb20a4e5bd422d53ab /devel | |
parent | 8feaa5480d4c20f3964d0e603e88a1d91eec5dc1 (diff) | |
download | freebsd-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/Makefile | 29 |
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> |