diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-22 23:20:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-22 23:20:26 +0000 |
commit | 48a17a81e7fbf60254e7edff6902a93af19cb930 (patch) | |
tree | 500ec7b91db0494b7f3d6cb5018bcc810fb2c0e7 /devel/bouml/Makefile | |
parent | 38de520ea0e1e57223ef586c98b5714ec154fc50 (diff) | |
download | ports-48a17a81e7fbf60254e7edff6902a93af19cb930.tar.gz ports-48a17a81e7fbf60254e7edff6902a93af19cb930.zip |
Notes
Diffstat (limited to 'devel/bouml/Makefile')
-rw-r--r-- | devel/bouml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 3134afbd6775..a637a66d5ac4 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bouml -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= devel MASTER_SITES= http://bouml.free.fr/ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} @@ -45,7 +45,7 @@ pre-configure: post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - ${CHMOD} -R ${SHAREMODE} ${DATADIR}/xmi + ${CHMOD} -R ${SHAREMODE} ${DATADIR}/xmi/* ${FIND} ${DATADIR} -type f -perm 755 | ${XARGS} ${STRIP_CMD} .if !defined(NOPORTDOCS) cd ${WRKDIR}/doc && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; |