diff options
Diffstat (limited to 'games/pushover/Makefile')
-rw-r--r-- | games/pushover/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index bdd059458e61..bbb1d0d5ca2d 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pushover -# Date created: 15 Nov 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pushover PORTVERSION= 0.0.3 @@ -34,8 +30,10 @@ DESKTOP_ENTRIES="Pushover" \ "Game;LogicGame;" \ false +.include <bsd.port.options.mk> + post-patch: -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/install-data-am/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in .endif |