diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-11 04:37:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-11 04:37:15 +0000 |
commit | ba939fcd42f7a656555bcf6d4f39c4d0adebd741 (patch) | |
tree | 6b085316caa4990f2abf43c5fc193d65d319c8ea /x11-toolkits/tk84 | |
parent | 0ffae7e468dec3372b689d2eb0a38ff2cadf68eb (diff) | |
download | ports-ba939fcd42f7a656555bcf6d4f39c4d0adebd741.tar.gz ports-ba939fcd42f7a656555bcf6d4f39c4d0adebd741.zip |
- fix portlint fatal
Notes
Notes:
svn path=/head/; revision=75280
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 49f392b7dd62..ca669530eadd 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -31,7 +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 +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken MANCOMPRESSED= no |