diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
commit | 47be7a61c97731aa5fe34c56767ad5e10bb5c5d2 (patch) | |
tree | 2df88f8b6e2af92b78ac24eb382268b7c290efab /x11/xvmcinfo | |
parent | 7b9110d87c22c27df1baa93f8cb4cf30e205efc7 (diff) |
Notes
Diffstat (limited to 'x11/xvmcinfo')
-rw-r--r-- | x11/xvmcinfo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/xvmcinfo/Makefile b/x11/xvmcinfo/Makefile index 114dcd5c04ee..a85d9cf19818 100644 --- a/x11/xvmcinfo/Makefile +++ b/x11/xvmcinfo/Makefile @@ -16,15 +16,12 @@ NO_WRKSUBDIR= defined PLIST_FILES= bin/xvmcinfo -NO_MAN= defined - -NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${CPPFLAGS} \ -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -o ${WRKSRC}/xvmcinfo ${FILESDIR}/xvmcinfo.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xvmcinfo ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xvmcinfo ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |