aboutsummaryrefslogtreecommitdiff
path: root/games/xlogical/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 20:51:31 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 20:51:31 +0000
commite98325e5bcd701257cb51e70dd1a42bf0662db69 (patch)
treeb72a5ddebbe84bf87c2784ee091acaa4d706d858 /games/xlogical/Makefile
parent728240acb72b30de924b21aa1c5d6b4b51bdd24d (diff)
downloadports-e98325e5bcd701257cb51e70dd1a42bf0662db69.tar.gz
ports-e98325e5bcd701257cb51e70dd1a42bf0662db69.zip
Notes
Diffstat (limited to 'games/xlogical/Makefile')
-rw-r--r--games/xlogical/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile
index c4f9cc4a1373..e2ea242bfb8a 100644
--- a/games/xlogical/Makefile
+++ b/games/xlogical/Makefile
@@ -23,10 +23,12 @@ GNU_CONFIGURE= yes
post-extract:
${CHMOD} 755 ${WRKSRC}/missing
+ ${RM} ${WRKSRC}/LICENSE
post-install:
+.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
- ${RM} ${WRKSRC}/LICENSE
${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}
+.endif
.include <bsd.port.mk>