diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 08:41:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 08:41:26 +0000 |
commit | deeef1cffc0f3ee2ffc0dd78c61355867a4e3565 (patch) | |
tree | e35509ff9815eb9fe7794c7d40b03736f0181082 /japanese | |
parent | Set LATEST_LINK to imake-4. (diff) |
Define NO_LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=49721
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcl76/Makefile | 2 | ||||
-rw-r--r-- | japanese/tk42/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 32a8e7f368b9..13fb01e669ff 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -32,6 +32,8 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} .endif +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> post-extract: diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index d9eb55a757d0..b3b1e563f087 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -35,6 +35,8 @@ PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} VERSION= ${PORTVERSION}jp +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> post-extract: |