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