diff options
Diffstat (limited to 'graphics/mapyrus/Makefile')
-rw-r--r-- | graphics/mapyrus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index 0e6e29f009b9..f476efafe31d 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mapyrus -PORTVERSION= 0.610 +PORTVERSION= 0.612 CATEGORIES= graphics print java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,7 +28,7 @@ SUB_LIST= MAPYRUSJAR=${MAPYRUSJAR} MAPYRUSJAR= ${PORTNAME}.jar MAPYRUSDOCS= ${PORTNAME}.pdf -FIND_DATA= -type f -not \( -name "copying" -or -name "*.tex" \) +FIND_DATA= -type f -not \( -iname "copying" -or -iname "*.tex" \) FIND_HERE= userdoc .if defined(WITH_EXAMPLES) |