diff options
Diffstat (limited to 'games/marbles/Makefile')
-rw-r--r-- | games/marbles/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/marbles/Makefile b/games/marbles/Makefile index 80b0715fe5c9..a76c077d4ff0 100644 --- a/games/marbles/Makefile +++ b/games/marbles/Makefile @@ -27,11 +27,8 @@ post-patch: @${REINPLACE_CMD} -e 's/SDL\///' ${WRKSRC}/src/*.[ch] post-install: - ${INSTALL_DATA} ${WRKSRC}/src/empty.prfs ${PREFIX}/share/lmarbles @${CHOWN} root:games ${PREFIX}/bin/lmarbles @${CHMOD} g+s ${PREFIX}/bin/lmarbles - @${SETENV} "PKG_PREFIX=${PREFIX}" \ - ${SH} pkg-install ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/lmarbles ${INSTALL_DATA} ${WRKSRC}/src/manual/* ${PREFIX}/share/doc/lmarbles |