1
0
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:
Michael Nottebrock 2004-08-12 16:21:53 +00:00
parent efb357d4d1
commit 4a695692d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116045
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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