diff options
Diffstat (limited to 'deskutils/simplegroupware/Makefile')
-rw-r--r-- | deskutils/simplegroupware/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/deskutils/simplegroupware/Makefile b/deskutils/simplegroupware/Makefile index f194988181a6..7c374dfd5a40 100644 --- a/deskutils/simplegroupware/Makefile +++ b/deskutils/simplegroupware/Makefile @@ -26,13 +26,4 @@ do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077 -# chmod -R bug. -# Do not use "-exec ... +", because of the same bug, it will not work. -post-extract: - @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |