aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mapyrus/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-11-09 07:34:54 +0800
committerrafan <rafan@FreeBSD.org>2006-11-09 07:34:54 +0800
commitc9cdea4f894b53ddcef857266cef805b518feb08 (patch)
treea0ce9d727b2ddd8a5b10a0ba1408a1de20033358 /graphics/mapyrus/Makefile
parent2be1be96ae138ffb3dabe3a7276fe346cd146c93 (diff)
downloadfreebsd-ports-gnome-c9cdea4f894b53ddcef857266cef805b518feb08.tar.gz
freebsd-ports-gnome-c9cdea4f894b53ddcef857266cef805b518feb08.tar.zst
freebsd-ports-gnome-c9cdea4f894b53ddcef857266cef805b518feb08.zip
- Update to 0.612
PR: ports/105238 Submitted by: Nicola Vitale (maintainer)
Diffstat (limited to 'graphics/mapyrus/Makefile')
-rw-r--r--graphics/mapyrus/Makefile4
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)