mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Forgot to commit this bit, without it the koffice-i18n ports break.
This commit is contained in:
parent
efb357d4d1
commit
4a695692d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116045
@ -19,8 +19,8 @@ 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.2.1"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-$//}
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}=="1.3.2"
|
||||
WRKSRC= ${WRKDIR}/kde-i18n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.endif
|
||||
DIST_SUBDIR= KDE/kde-i18n
|
||||
|
||||
|
@ -19,8 +19,8 @@ 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.2.1"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-$//}
|
||||
.if ${PORTNAME}==koffice-i18n && ${PORTVERSION}=="1.3.2"
|
||||
WRKSRC= ${WRKDIR}/kde-i18n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
|
||||
.endif
|
||||
DIST_SUBDIR= KDE/kde-i18n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user