diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /games | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'games')
-rw-r--r-- | games/megamario/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/megamario/Makefile b/games/megamario/Makefile index 08ecd229d78e..dd3c477358c1 100644 --- a/games/megamario/Makefile +++ b/games/megamario/Makefile @@ -59,7 +59,7 @@ post-install: ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} - +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} |