mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Forgot to commit this earlier. Now the koffice-i18n ports should work, too.
This commit is contained in:
parent
2957e8a668
commit
61ac4e1db1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138575
@ -22,8 +22,9 @@ DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
# Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION}
|
||||
# as part of the name of their toplevel directory, while the
|
||||
# koffice-i18n ones have not, so we need to take care of that.
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}=="1.3.2"
|
||||
WRKSRC= ${WRKDIR}/kde-i18n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}!="1.3.5"
|
||||
DISTNAME= ${PORTNAME:S/i18n/l10n/}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/koffice-l10n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.endif
|
||||
DIST_SUBDIR= KDE/kde-i18n
|
||||
|
||||
|
@ -22,8 +22,9 @@ DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
# Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION}
|
||||
# as part of the name of their toplevel directory, while the
|
||||
# koffice-i18n ones have not, so we need to take care of that.
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}=="1.3.2"
|
||||
WRKSRC= ${WRKDIR}/kde-i18n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}!="1.3.5"
|
||||
DISTNAME= ${PORTNAME:S/i18n/l10n/}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/koffice-l10n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.endif
|
||||
DIST_SUBDIR= KDE/kde-i18n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user