summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/SWIG/Makefile2
-rw-r--r--devel/swig11/Makefile2
-rw-r--r--lang/tclX80/Makefile2
-rw-r--r--textproc/expat/Makefile2
4 files changed, 8 insertions, 0 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile
index 6882b7411f0c..c2470f8096c9 100644
--- a/devel/SWIG/Makefile
+++ b/devel/SWIG/Makefile
@@ -37,6 +37,8 @@ ALL_TARGET= all runtime
MAN1= swig.1
PLIST_SUB= VER="${VER}"
+NO_LATEST_LINK= yes
+
post-install:
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 6882b7411f0c..c2470f8096c9 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -37,6 +37,8 @@ ALL_TARGET= all runtime
MAN1= swig.1
PLIST_SUB= VER="${VER}"
+NO_LATEST_LINK= yes
+
post-install:
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 9a5d73c9ef53..bde0622b4d15 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -32,6 +32,8 @@ MAN3= CmdWrite.3 Handles.3 Keylist.3 ObjCmdWrite.3 TclXInit.3 \
MANN= Memory.n TclX.n Tcl_DisplayMemory.n Tcl_InitMemory.n \
Tcl_ValidateAllMemory.n ckalloc.n ckfree.n memory.n
+NO_LATEST_LINK= yes
+
.include <bsd.port.pre.mk>
post-install:
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile
index 8a08a581d749..f28a327f2eaf 100644
--- a/textproc/expat/Makefile
+++ b/textproc/expat/Makefile
@@ -20,6 +20,8 @@ MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \
INSTALLS_SHLIB= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
+NO_LATEST_LINK= yes
+
do-build:
.for f in ${MAKEFILES}
${CP} ${FILESDIR}/${f} ${WRKSRC}/