diff options
Diffstat (limited to 'games/xrot/Makefile')
-rw-r--r-- | games/xrot/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 7846ff8b52bf..7ecf5380aeb7 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -23,13 +23,9 @@ USE_XORG= xpm ALL_TARGET= xrot CFLAGS+= -Wno-return-type -PLIST_FILES= bin/xrot - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin - ${CHOWN} root:games ${PREFIX}/bin/xrot - ${CHMOD} g+s ${PREFIX}/bin/xrot - ${SH} pkg-install ${PKGNAME} POST-INSTALL + ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}/var/games + ${TOUCH} ${STAGEDIR}/var/games/xrot.scores.sample .include <bsd.port.mk> |