summaryrefslogtreecommitdiff
path: root/www/fengoffice
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-12-24 13:32:06 +0000
committerryoon <ryoon@pkgsrc.org>2012-12-24 13:32:06 +0000
commit9783adbc74ebf209130a1fcf9b0f63fbf912a783 (patch)
treeef0a509bc097debfb3621ac483dfe51434791ef9 /www/fengoffice
parent32858b351c5ce612cfbd82e3575ba28510bf498d (diff)
downloadpkgsrc-9783adbc74ebf209130a1fcf9b0f63fbf912a783.tar.gz
Fix build with Solaris's /bin/pax.
Diffstat (limited to 'www/fengoffice')
-rw-r--r--www/fengoffice/Makefile3
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 {} \;