diff options
Diffstat (limited to 'math/ump/Makefile')
-rw-r--r-- | math/ump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index 592d9f5c4908..59977b9199f8 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ump -PORTVERSION= 0.8.3.2 +PORTVERSION= 0.8.4 CATEGORIES= math MASTER_SITES= http://home.swipnet.se/${PORTNAME}/downloads/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -34,8 +34,8 @@ FIND_DIRS= -type d FIND_DATA= -type f .if !defined(NOPORTDOCS) -DOCSDIST= ${PORTNAME}-${PORTVERSION:C/\.[0-9]$//}-doc -DISTFILES+= ${DOCSDIST}${EXTRACT_SUFX} +DOCSDIST= ${PORTNAME}-${PORTVERSION}-doc +DISTFILES+= ${PORTNAME}-documentation${EXTRACT_SUFX} .endif .include <bsd.port.pre.mk> |