diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-02-14 01:15:17 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-02-14 01:15:17 +0000 |
commit | ef3d02fa64fae8542269ac814369f458c6a4e037 (patch) | |
tree | c81d67f9a60d0b1baba8e8db780ece68a0dec5aa /x11-wm/fvwm24/Makefile | |
parent | . Add OPTIONS. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=100887
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |