aboutsummaryrefslogtreecommitdiffstats
path: root/audio/festlex-oald/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-11-03 06:45:14 +0800
committermat <mat@FreeBSD.org>2016-11-03 06:45:14 +0800
commitd9ec328e16b795889ee8d72196228f00a0a3393a (patch)
treeadf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /audio/festlex-oald/Makefile
parent759b32261f3c119f1062868d580795d19060e71b (diff)
downloadfreebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.tar.gz
freebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.tar.zst
freebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.zip
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Diffstat (limited to 'audio/festlex-oald/Makefile')
-rw-r--r--audio/festlex-oald/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile
index d86528a19124..72cb109c4e0d 100644
--- a/audio/festlex-oald/Makefile
+++ b/audio/festlex-oald/Makefile
@@ -22,10 +22,6 @@ NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
-post-extract:
- @ ${CHMOD} -R a+r ${WRKSRC}
- @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
-
do-install:
@${MKDIR} ${STAGEDIR}${FHOME}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}