diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 08:06:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 08:06:46 +0000 |
commit | 88565a637db8fdaecdd0d873ba56ec7b384b6265 (patch) | |
tree | 5107ddcabe41832935539ea103ab124ca7d69312 /games | |
parent | 0cf46a7b403405d22626e77e9cd47fea3f8bacb8 (diff) | |
download | ports-88565a637db8fdaecdd0d873ba56ec7b384b6265.tar.gz ports-88565a637db8fdaecdd0d873ba56ec7b384b6265.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/meandmyshadow/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/meandmyshadow/Makefile b/games/meandmyshadow/Makefile index 9f1844ef66c2..9a221b2bd6a6 100644 --- a/games/meandmyshadow/Makefile +++ b/games/meandmyshadow/Makefile @@ -3,7 +3,7 @@ PORTNAME= meandmyshadow PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,7 +18,8 @@ USE_SDL= sdl ttf image mixer image gfx WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png PORTDOCS= * PORTDATA= * @@ -30,8 +31,7 @@ DESKTOP_ENTRIES="Me and My Shadow" \ false OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> +OPTIONS_DEFAULT=DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ @@ -41,11 +41,9 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/64x64/meandmyshadow.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog docs/* ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif .include <bsd.port.mk> |