diff options
Diffstat (limited to 'games/jfsw/Makefile')
-rw-r--r-- | games/jfsw/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index ea3075c958e5..3b47fbfc10f6 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -69,8 +69,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-build ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -post-install: ${MKDIR} ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |