diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-21 20:03:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-21 20:03:08 +0000 |
commit | be53adc021766b78253c097cf238a49b971a42af (patch) | |
tree | 93830805669bacd20251454a85bbedb20628ffc7 | |
parent | Update to the 20150614 snapshot of GCC 6. (diff) |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=390263
-rw-r--r-- | graphics/uniconvw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 01e8b938ec79..bda4562d5041 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -19,6 +19,7 @@ PROJECTHOST= uniconvertor USES= desktop-file-utils python USE_PYTHON= distutils +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py |