Date: Tue, 24 Sep 2013 14:01:22 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328136 - head/misc/biosfont-demos Message-ID: <201309241401.r8OE1M6b016398@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Sep 24 14:01:22 2013 New Revision: 328136 URL: http://svnweb.freebsd.org/changeset/ports/328136 Log: Add staging support Modified: head/misc/biosfont-demos/Makefile Modified: head/misc/biosfont-demos/Makefile ============================================================================== --- head/misc/biosfont-demos/Makefile Tue Sep 24 13:55:55 2013 (r328135) +++ head/misc/biosfont-demos/Makefile Tue Sep 24 14:01:22 2013 (r328136) @@ -17,13 +17,12 @@ RUN_DEPENDS= /boot/modules/biosfont.ko:$ PLIST_FILES= bin/showchar bin/showdati -NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/showchar ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/showchar ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241401.r8OE1M6b016398>