diff options
Diffstat (limited to 'games/fishsupper/Makefile')
-rw-r--r-- | games/fishsupper/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index f401c0978648..08ff8d94600f 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fishsupper -# Date created: 25 Mar 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= fishsupper PORTVERSION= 0.1.6 @@ -34,8 +30,10 @@ DESKTOP_ENTRIES="Fish Supper" \ "Game;ArcadeGame;" \ false -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + post-install: +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} |