diff options
author | mat <mat@FreeBSD.org> | 2014-09-18 20:31:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-18 20:31:24 +0800 |
commit | b0306f1fd12f80db25021c96f4af99a8b26ea8f5 (patch) | |
tree | 4577ab4cc236d536b9a0cc3950ccda2713cedba5 /x11-toolkits | |
parent | 0820de43bea0fe4e6e596fc168b2d9a69bc0567d (diff) | |
download | freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.gz freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.zst freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.zip |
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk85/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/tk85/Makefile b/x11-toolkits/tk85/Makefile index dc18dc6c792a..75efce41320b 100644 --- a/x11-toolkits/tk85/Makefile +++ b/x11-toolkits/tk85/Makefile @@ -41,7 +41,6 @@ INSTALL_TARGET= install MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER} NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken -MANCOMPRESSED= no DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER} SUB_FILES= pkgIndex.tcl |