diff options
author | mi <mi@FreeBSD.org> | 2014-07-02 07:47:19 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2014-07-02 07:47:19 +0800 |
commit | 7c73f53449a3652124922b1285e7570962ed3992 (patch) | |
tree | daa8d22d13d039507dd4bdbd1b88edae75109247 /graphics | |
parent | 382cc069d65530c7af26d64537dbb78c5eb7052e (diff) | |
download | freebsd-ports-gnome-7c73f53449a3652124922b1285e7570962ed3992.tar.gz freebsd-ports-gnome-7c73f53449a3652124922b1285e7570962ed3992.tar.zst freebsd-ports-gnome-7c73f53449a3652124922b1285e7570962ed3992.zip |
Explicitly set MANCOMPRESSED to no. The new way of dealing with
man-pages seems to require it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nip2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index d69560ffc390..24d34a2e697c 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -32,6 +32,7 @@ SUB_FILES= run-nip2.sh # Somehow vendor's configure misses these: MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ UPDATE_DESKTOP_DATABASE=update-desktop-database +MANCOMPRESSED= no post-install: ${INSTALL_SCRIPT} ${WRKDIR}/run-nip2.sh \ |