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/stars | |
parent | 2a5c8652e56c16ebe2c1d9a664e2141c3f1ea45b (diff) |
Notes
Diffstat (limited to 'astro/stars')
-rw-r--r-- | astro/stars/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile index c2a51e5ad19c..becc9cefcaa0 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -14,7 +14,6 @@ COMMENT= Star field demo PLIST_FILES= bin/stars WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 -NO_STAGE= yes do-build: @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o @@ -22,6 +21,6 @@ do-build: @${CC} ${WRKSRC}/main.o ${WRKSRC}/xwin.o -L${PREFIX}/lib -lX11 -lm -o ${WRKSRC}/stars do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/stars ${PREFIX}/bin/stars + ${INSTALL_PROGRAM} ${WRKSRC}/stars ${STAGEDIR}${PREFIX}/bin/stars .include <bsd.port.mk> |