diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
commit | 5119e172ddd0109b68c82a7a5aab383c5a190d8a (patch) | |
tree | edfa79f5f54ac3117034bc84a7a63d007bb3f554 /astro/wmjupiter | |
parent | - add MAKE_JOBS_UNSAFE (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=331558
Diffstat (limited to 'astro/wmjupiter')
-rw-r--r-- | astro/wmjupiter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/wmjupiter/Makefile b/astro/wmjupiter/Makefile index 6f6d596f13c7..2f0d97cb95fd 100644 --- a/astro/wmjupiter/Makefile +++ b/astro/wmjupiter/Makefile @@ -14,13 +14,12 @@ PLIST_FILES= bin/wmJupiter WRKSRC= ${WRKDIR}/wmJupiter USE_XORG= x11 xext xpm USES= gmake -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \ ${WRKSRC}/wmJupiter.c do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |