aboutsummaryrefslogtreecommitdiff
path: root/x11/bbappconf
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-05 13:29:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-05 13:29:17 +0000
commit0f14de4f06ed676eaa7a80f355fde48c8144b956 (patch)
tree2b5369bba88157c3050c18ab6f906088b13353f3 /x11/bbappconf
parent3427cf1dfe8688d9d3edbb79e8fbd213f0f4db76 (diff)
downloadports-0f14de4f06ed676eaa7a80f355fde48c8144b956.tar.gz
ports-0f14de4f06ed676eaa7a80f355fde48c8144b956.zip
Notes
Diffstat (limited to 'x11/bbappconf')
-rw-r--r--x11/bbappconf/Makefile7
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>