diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /math/kash3 | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) |
Notes
Diffstat (limited to 'math/kash3')
-rw-r--r-- | math/kash3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/kash3/Makefile b/math/kash3/Makefile index c957c6d4ff98..d455933361cb 100644 --- a/math/kash3/Makefile +++ b/math/kash3/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2008.07.31 CATEGORIES= math MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/algebra/Kant/Kash_3/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ -DISTFILES= ${PORTNAME:U}-${ELFTYPE}-i686-${PORTVERSION:S|.|-|g}.tar.bz2 +DISTFILES= ${PORTNAME:tu}-${ELFTYPE}-i686-${PORTVERSION:S|.|-|g}.tar.bz2 MAINTAINER= nivit@FreeBSD.org COMMENT= A computer algebra system for computing in algebraic number fields @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_LINUX= yes SUB_FILES= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME:U}-${ELFTYPE}-i686-${PORTVERSION:S|.|-|g} +WRKSRC= ${WRKDIR}/${PORTNAME:tu}-${ELFTYPE}-i686-${PORTVERSION:S|.|-|g} FIND_DATA= -type f -mindepth 1 -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; @@ -44,7 +44,7 @@ LN_OPTS= -sf ELFTYPE= Linux .if ${PORT_OPTIONS:MOPTLIB} -DISTFILES+= ${PORTNAME:U}-lib-archindep-${PORTVERSION:S|.|-|g}.tar.bz2 +DISTFILES+= ${PORTNAME:tu}-lib-archindep-${PORTVERSION:S|.|-|g}.tar.bz2 OPTLIB= .else OPTLIB= "@comment " @@ -53,7 +53,7 @@ OPTLIB= "@comment " do-install: ${MKDIR} ${DATADIR}; .if ${PORT_OPTIONS:MOPTLIB} - cd ${WRKDIR}/${PORTNAME:U}-lib-archindep-${PORTVERSION:S|.|-|g}; \ + cd ${WRKDIR}/${PORTNAME:tu}-lib-archindep-${PORTVERSION:S|.|-|g}; \ ${COPYTREE_SHARE} . ${DATADIR} .endif cd ${WRKSRC}; \ |