diff options
Diffstat (limited to 'games/xkoules/Makefile')
-rw-r--r-- | games/xkoules/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index ec3593f01b69..b7bee5261d50 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -3,13 +3,14 @@ # Date created: 11 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:58 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/25 00:43:54 asami Exp $ # DISTNAME= koules1.4-src PKGNAME= xkoules-1.4 CATEGORIES= games -MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ +MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ \ + ${MASTER_SITE_SUNSITE} MAINTAINER= andy@icc.surw.chel.su @@ -24,6 +25,8 @@ do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/koules.sndsrv.freebsd ${PREFIX}/share/xkoules @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.raw ${PREFIX}/share/xkoules @ ${INSTALL_MAN} ${WRKSRC}/xkoules.6 ${PREFIX}/man/man6 + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/xkoules .for file in ANNOUNCE BUGS COPYING Card ChangeLog Koules.FAQ TODO |