diff options
-rw-r--r-- | graphics/flip/Makefile | 1 | ||||
-rw-r--r-- | graphics/gkrellkam2/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nwclient602/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubber/Makefile | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile index aa45062cdb03..c4fa5cf4aba8 100644 --- a/graphics/flip/Makefile +++ b/graphics/flip/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/flip USE_QT_VER= 3 USE_REINPLACE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" +NO_LATEST_LINK= YES post-patch: @${REINPLACE_CMD} -e 's|warn_on release|warn_on thread release|g ; \ diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index c28ed1151fee..f3d0fb363366 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes +LATEST_LINK= gkrellkam2 MAN5= gkrellkam-list.5 PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 3dc06479b83b..63176a56d964 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd1 PERL_CONFIGURE= yes USE_REINPLACE= yes +LATEST_LINK= p5-GD1 MAN3= GD.3 diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index cf5ae4325099..ef3c54151e63 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -32,6 +32,7 @@ COMMENT= An alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes USE_REINPLACE= yes +LATEST_LINK= postfix1 MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ diff --git a/sysutils/nwclient602/Makefile b/sysutils/nwclient602/Makefile index dff793cb6dba..b17a6f4ce69e 100644 --- a/sysutils/nwclient602/Makefile +++ b/sysutils/nwclient602/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Network backup client to NetWorker servers +LATEST_LINK= nwclient602 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index b4dc6d0a5bbc..bd3c5e6912b2 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -21,6 +21,7 @@ USE_PYTHON= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --moddir=${PYTHON_SITELIBDIR} USE_GMAKE= yes +NO_LATEST_LINK= yes MANLANG= "" fr MAN1= rubber.1 rubber-info.1 |