diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:06:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:06:07 +0800 |
commit | 4ae3b936e46b344c50468821ad61e38757388a31 (patch) | |
tree | 799ccccfdb28d75b56bcef2d2731eee67c665521 | |
parent | 20ca1dfb12e75a258691425cf58268fe214a5d2d (diff) | |
download | freebsd-ports-gnome-4ae3b936e46b344c50468821ad61e38757388a31.tar.gz freebsd-ports-gnome-4ae3b936e46b344c50468821ad61e38757388a31.tar.zst freebsd-ports-gnome-4ae3b936e46b344c50468821ad61e38757388a31.zip |
Use stage
-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 |