aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-28 05:25:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-28 05:25:50 +0000
commit7e42d7a7c432d4054d5333fae985038b61828078 (patch)
treea3f359548461e38bb1bea0d93a14a285d2f1b048 /devel/pkg-config
parentc97b5b3ca34e50650f058d404ecb9d8fb2405771 (diff)
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=163666
Diffstat (limited to 'devel/pkg-config')
-rw-r--r--devel/pkg-config/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 1b4fd6f96246..aac7e23ee083 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -6,12 +6,11 @@
# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $
#
-PORTNAME= pkgconfig
+PORTNAME= pkg-config
PORTVERSION= 0.20
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
-DISTNAME= pkg-config-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org