diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 15:14:35 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 15:14:35 +0800 |
commit | e1acca19ed9e6fef94379ad76ce45b4a18b5e04d (patch) | |
tree | 1fd93a35f652d0982c21d2f32308803c846a0eed /sysutils | |
parent | dd6901a9d75f2826942cee53f69156885516115f (diff) | |
download | freebsd-ports-gnome-e1acca19ed9e6fef94379ad76ce45b4a18b5e04d.tar.gz freebsd-ports-gnome-e1acca19ed9e6fef94379ad76ce45b4a18b5e04d.tar.zst freebsd-ports-gnome-e1acca19ed9e6fef94379ad76ce45b4a18b5e04d.zip |
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmbsdbatt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index d14e55ee2cf4..df20c9d98290 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -14,8 +14,7 @@ USE_XORG= x11 xpm PLIST_FILES= bin/wmbsdbatt -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |