diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 21:29:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 21:29:17 +0800 |
commit | b33e0c5784f33b0d817243748ef3277f7f655bf1 (patch) | |
tree | 2b5369bba88157c3050c18ab6f906088b13353f3 /x11 | |
parent | 80cdf1a486acad0757ce339ad274223fa7278b3c (diff) | |
download | freebsd-ports-gnome-b33e0c5784f33b0d817243748ef3277f7f655bf1.tar.gz freebsd-ports-gnome-b33e0c5784f33b0d817243748ef3277f7f655bf1.tar.zst freebsd-ports-gnome-b33e0c5784f33b0d817243748ef3277f7f655bf1.zip |
Stage support
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bbappconf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/bbappconf/Makefile b/x11/bbappconf/Makefile index 37ff7006a547..203f00ec669d 100644 --- a/x11/bbappconf/Makefile +++ b/x11/bbappconf/Makefile @@ -13,12 +13,11 @@ COMMENT= Application configuring tool for the blackbox window manager USE_XORG= x11 GNU_CONFIGURE= yes -NO_STAGE= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/bbtools + ${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/share/bbtools .for a in README.bbappconf bbappconf.bb bbappconf.nobb - @${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools + ${INSTALL_DATA} ${WRKSRC}/data/${a} ${STAGEDIR}${PREFIX}/share/bbtools .endfor .include <bsd.port.mk> |