diff options
Diffstat (limited to 'www/fengoffice')
-rw-r--r-- | www/fengoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 22e315b9082..8cdf7abee19 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/28 06:30:15 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/12/24 13:32:06 ryoon Exp $ # DISTNAME= fengoffice_2.2.0 @@ -43,6 +43,7 @@ PRINT_PLIST_AWK+= \ .include "../../mk/bsd.prefs.mk" FO_DIR?= share/fengoffice +INSTALLATION_DIRS= ${FO_DIR} post-extract: cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \; |