diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-10-25 14:28:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-10-25 14:28:14 +0800 |
commit | 661cb63b4f42b4750faa99cba46863654d6208dc (patch) | |
tree | edfa79f5f54ac3117034bc84a7a63d007bb3f554 /astro/wmsun | |
parent | 86fea65fc00c98f4b762e4e750b3eb7ca1868006 (diff) | |
download | freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.tar.gz freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.tar.zst freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.zip |
Support STAGEDIR.
Diffstat (limited to 'astro/wmsun')
-rw-r--r-- | astro/wmsun/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 7fbd997aa5c1..5dc2dfe9a358 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -20,13 +20,11 @@ ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes -MAN1= wmSun.1 -PLIST_FILES= bin/wmSun +PLIST_FILES= bin/wmSun man/man1/wmSun.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> |