diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
commit | d26ef18700dca59c35dc940097bf7b3db1369965 (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /audio/festvox-rab8 | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) | |
download | ports-d26ef18700dca59c35dc940097bf7b3db1369965.tar.gz ports-d26ef18700dca59c35dc940097bf7b3db1369965.zip |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=425174
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 5031f61a0ea2..fbf1a00073da 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -24,10 +24,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} |