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 /chinese | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) | |
download | ports-d26ef18700dca59c35dc940097bf7b3db1369965.tar.gz ports-d26ef18700dca59c35dc940097bf7b3db1369965.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/opendesktop-fonts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/opendesktop-fonts/Makefile b/chinese/opendesktop-fonts/Makefile index 33821b6ae372..640e1d643b42 100644 --- a/chinese/opendesktop-fonts/Makefile +++ b/chinese/opendesktop-fonts/Makefile @@ -20,8 +20,11 @@ PLIST_FILES= ${FONTSDIR_REL}/local.conf-odo .include "${.CURDIR}/../ttfm/Makefile.ttf" +.if ${OSVERSION} < 1100077 +# chmod -R bug post-extract: @${CHMOD} 0755 ${WRKSRC}/license +.endif post-patch: @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},; s,opendesktop,,g' \ |