diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 07:54:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 07:54:59 +0800 |
commit | 60bb628056d09c3419f4b765770e05f960fdf48b (patch) | |
tree | f069ba08ac329589410e8c5b02e182cb5e30351e /graphics/uniconvw | |
parent | f0008a8a04c1d28f6230bcf8beecd21793e9184e (diff) | |
download | freebsd-ports-gnome-60bb628056d09c3419f4b765770e05f960fdf48b.tar.gz freebsd-ports-gnome-60bb628056d09c3419f4b765770e05f960fdf48b.tar.zst freebsd-ports-gnome-60bb628056d09c3419f4b765770e05f960fdf48b.zip |
- Support staging
Diffstat (limited to 'graphics/uniconvw')
-rw-r--r-- | graphics/uniconvw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 3eb5a41fd431..72c6c232c948 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -20,7 +20,6 @@ PROJECTHOST= uniconvertor USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py |