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 | 65f3d46869b2ea5f15cad3511eefe9332ea8ea3b (diff) | |
download | ports-be53adc021766b78253c097cf238a49b971a42af.tar.gz ports-be53adc021766b78253c097cf238a49b971a42af.zip |
Notes
-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 |