diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-22 04:03:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-22 04:03:08 +0800 |
commit | be634826e15b2d75965e9750f318cbf2c90ccf2a (patch) | |
tree | 93830805669bacd20251454a85bbedb20628ffc7 /graphics | |
parent | 6848d0136279de4696905ec14b7bca93358600e2 (diff) | |
download | freebsd-ports-gnome-be634826e15b2d75965e9750f318cbf2c90ccf2a.tar.gz freebsd-ports-gnome-be634826e15b2d75965e9750f318cbf2c90ccf2a.tar.zst freebsd-ports-gnome-be634826e15b2d75965e9750f318cbf2c90ccf2a.zip |
- Add NO_ARCH
Diffstat (limited to 'graphics')
-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 |