diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 3af9084faaed..b6fa7fde4d48 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -63,10 +63,10 @@ pre-configure: ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig ${MKDIR} ${WRKDIR}/.gnupg -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pipelight/libpipelight.so - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/pipelight-mkufs ${STAGEDIR}${PREFIX}/bin/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pipelight/libpipelight.so + + .include <bsd.port.post.mk> |