diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-17 15:34:58 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-17 15:34:58 +0800 |
commit | c8a558190fda9dcdf31404ad6cd7b41f9b3b4fde (patch) | |
tree | 5fcdfce41062942cb4e418103f370cd012961fc3 /sysutils/abgx360 | |
parent | c4f35dca251d88441ee229d362483a6fedd43d3f (diff) | |
download | freebsd-ports-gnome-c8a558190fda9dcdf31404ad6cd7b41f9b3b4fde.tar.gz freebsd-ports-gnome-c8a558190fda9dcdf31404ad6cd7b41f9b3b4fde.tar.zst freebsd-ports-gnome-c8a558190fda9dcdf31404ad6cd7b41f9b3b4fde.zip |
Support staging
Diffstat (limited to 'sysutils/abgx360')
-rw-r--r-- | sysutils/abgx360/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile index d3391a4cdf35..c428ebd83a59 100644 --- a/sysutils/abgx360/Makefile +++ b/sysutils/abgx360/Makefile @@ -16,9 +16,8 @@ PLIST_FILES= bin/abgx360 GNU_CONFIGURE= yes -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin .include <bsd.port.pre.mk> |