diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:06:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:06:07 +0000 |
commit | 2c6c527bea9703d8db49bc4916b2148d6dae6a69 (patch) | |
tree | 799ccccfdb28d75b56bcef2d2731eee67c665521 /devel/pkgconf | |
parent | 211acf1009c33efcd4aa1d9bdd96ca81b2b0d8ec (diff) |
Notes
Diffstat (limited to 'devel/pkgconf')
-rw-r--r-- | devel/pkgconf/Makefile | 3 | ||||
-rw-r--r-- | devel/pkgconf/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index ed282a72c429..8d1da4c02147 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -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> diff --git a/devel/pkgconf/pkg-plist b/devel/pkgconf/pkg-plist index a8668ac785e1..57962e35f442 100644 --- a/devel/pkgconf/pkg-plist +++ b/devel/pkgconf/pkg-plist @@ -1,3 +1,3 @@ -bin/pkgconf bin/pkg-config +bin/pkgconf share/aclocal/pkg.m4 |