Date: Mon, 23 Sep 2013 06:06:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327917 - head/devel/pkgconf Message-ID: <201309230606.r8N667Vr068636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 23 06:06:07 2013 New Revision: 327917 URL: http://svnweb.freebsd.org/changeset/ports/327917 Log: Use stage Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/pkg-plist Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Mon Sep 23 06:05:41 2013 (r327916) +++ head/devel/pkgconf/Makefile Mon Sep 23 06:06:07 2013 (r327917) @@ -19,8 +19,7 @@ USE_BZIP2= yes CONFLICTS_INSTALL= pkg-config-* -NO_STAGE= yes post-install: - ${LN} -sf ${PREFIX}/bin/pkgconf ${PREFIX}/bin/pkg-config + cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf pkgconf pkg-config .include <bsd.port.mk> Modified: head/devel/pkgconf/pkg-plist ============================================================================== --- head/devel/pkgconf/pkg-plist Mon Sep 23 06:05:41 2013 (r327916) +++ head/devel/pkgconf/pkg-plist Mon Sep 23 06:06:07 2013 (r327917) @@ -1,3 +1,3 @@ -bin/pkgconf bin/pkg-config +bin/pkgconf share/aclocal/pkg.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230606.r8N667Vr068636>