Other ports, e.g. fvwm2-i18n, reference this port. Make LATEST_LINK

unique in all cases.

This port and fvwm (first version) shared the same LATEST_LINK. Fix
this instance.
This commit is contained in:
Cy Schubert 2004-02-14 01:15:17 +00:00
parent 2a10c1e848
commit ef3d02fa64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100887
2 changed files with 12 additions and 2 deletions

View File

@ -22,7 +22,12 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
.endif
LATEST_LINK= ${PORTNAME}
# Other ports reference this port's Makefile
.if defined(PKGNAMESUFFIX)
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.else
LATEST_LINK= ${PORTNAME}2
.endif
USE_REINPLACE= yes
USE_GMAKE= yes
USE_XPM= yes

View File

@ -22,7 +22,12 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
.endif
LATEST_LINK= ${PORTNAME}
# Other ports reference this port's Makefile
.if defined(PKGNAMESUFFIX)
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.else
LATEST_LINK= ${PORTNAME}2
.endif
USE_REINPLACE= yes
USE_GMAKE= yes
USE_XPM= yes