From 2be33175a29a914c0dbaefc2b834129b15e73796 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 25 Sep 2013 13:26:03 +0000 Subject: [PATCH] Support stage. --- archivers/unmakeself/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile index 5c6e04efb2cf..921a01ad9304 100644 --- a/archivers/unmakeself/Makefile +++ b/archivers/unmakeself/Makefile @@ -13,7 +13,6 @@ LDFLAGS+= -larchive -lbz2 -lz -lcrypto -lmd NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself -NO_STAGE= yes do-configure: @${RM} -f ${WRKSRC}/config.h @@ -28,6 +27,6 @@ do-build: ${FILESDIR}/unmakeself.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${STAGEDIR}/${PREFIX}/bin .include