diff options
author | kris <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
commit | b4a061d58351eeab752896cb7574466810ed89e6 (patch) | |
tree | 5d4ae2440fe08d8f5e397eca41b7736e16d691d9 /x11-toolkits | |
parent | ced813f655af4cb4dae547ec270a1fab5450c3da (diff) | |
download | FreeBSD-ports-b4a061d58351eeab752896cb7574466810ed89e6.zip FreeBSD-ports-b4a061d58351eeab752896cb7574466810ed89e6.tar.gz |
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 4dd09f9..49f392b 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -31,6 +31,7 @@ MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER} PKGINSTALL= ${PKGDIR}/pkg-install.wish PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken MANCOMPRESSED= no |