diff options
author | cy <cy@FreeBSD.org> | 2004-02-14 09:15:17 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-14 09:15:17 +0800 |
commit | 7786b2765bade177e02de76522e58d2a53465c72 (patch) | |
tree | 58f9148a9bf67f43906bd66b7306c8082ec72273 /x11-wm | |
parent | 318a2d5aac00e5ddd5f7a0e57b988fb27eaccad5 (diff) | |
download | freebsd-ports-gnome-7786b2765bade177e02de76522e58d2a53465c72.tar.gz freebsd-ports-gnome-7786b2765bade177e02de76522e58d2a53465c72.tar.zst freebsd-ports-gnome-7786b2765bade177e02de76522e58d2a53465c72.zip |
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.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/fvwm24/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 9b50b438de94..7844c5326c0f 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -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 diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 9b50b438de94..7844c5326c0f 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -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 |