diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
commit | e3d680161540e3bb7a9282db175feb0b9fd906cc (patch) | |
tree | 7d03da43907fbb4221ecaf682ac508ce4b0aa941 /textproc/libtext-charwidth-perl | |
parent | 8fb6d2426d86c43a04b4dce354b6dacbb79d8e26 (diff) | |
download | ports-e3d680161540e3bb7a9282db175feb0b9fd906cc.tar.gz ports-e3d680161540e3bb7a9282db175feb0b9fd906cc.zip |
Notes
Diffstat (limited to 'textproc/libtext-charwidth-perl')
-rw-r--r-- | textproc/libtext-charwidth-perl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/libtext-charwidth-perl/Makefile b/textproc/libtext-charwidth-perl/Makefile index d8efaf709fae..ff227de26477 100644 --- a/textproc/libtext-charwidth-perl/Makefile +++ b/textproc/libtext-charwidth-perl/Makefile @@ -20,8 +20,6 @@ post-extract: @${MV} ${WRKSRC}.orig ${WRKSRC} post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so .include <bsd.port.mk> |