diff options
Diffstat (limited to 'games/xlogical/Makefile')
-rw-r--r-- | games/xlogical/Makefile | 4 |
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> |