From 48d77adb6e2f9c3a0e0ce0f4a30192e2e26512f8 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 18 Feb 2014 10:00:55 +0000 Subject: [PATCH] Support staging --- devel/genproto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/genproto/Makefile b/devel/genproto/Makefile index 2de2f15b1b21..f453e7aec8cc 100644 --- a/devel/genproto/Makefile +++ b/devel/genproto/Makefile @@ -11,12 +11,11 @@ COMMENT= Generates prototypes from C/C++ code PLIST_FILES= bin/genproto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \ ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/genproto ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/genproto ${STAGEDIR}${PREFIX}/bin .include