From 1544e04c770d721801627abc73ee504c51073c20 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Mon, 14 Jul 2008 18:09:15 +0000 Subject: fix PORTDOCS make portlint a bit more happy about Makefile --- games/ember/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/ember/Makefile') diff --git a/games/ember/Makefile b/games/ember/Makefile index e0958703aa54..c62d44a5223f 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -42,7 +42,7 @@ CPPFLAGS= -DBR_NO_MACROS .include .if ${OSVERSION} < 600000 -IGNORE= Does not compile because of inlining error +IGNORE= does not compile because of inlining error .endif post-patch: @@ -71,7 +71,7 @@ post-install: ${CPIO} -pdmu -R${SHAREOWN}:${SHAREGRP} ${DATADIR}) ${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755 ${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644 - + .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in README COPYING AUTHORS ChangeLog TODO -- cgit v1.2.3