diff options
Diffstat (limited to 'archivers/unmakeself/Makefile')
-rw-r--r-- | archivers/unmakeself/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile index e7d6b837c2e8..f596039587a7 100644 --- a/archivers/unmakeself/Makefile +++ b/archivers/unmakeself/Makefile @@ -40,6 +40,6 @@ do-build: ${FILESDIR}/unmakeself.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin .include <bsd.port.post.mk> |