diff options
Diffstat (limited to 'www/gpx2map/Makefile')
-rw-r--r-- | www/gpx2map/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gpx2map/Makefile b/www/gpx2map/Makefile index 9d0e72aa06dc..e8496b6cd1a4 100644 --- a/www/gpx2map/Makefile +++ b/www/gpx2map/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpx2map -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -18,6 +18,7 @@ GH_ACCOUNT= sd2k9 USES= shebangfix perl5 SHEBANG_FILES= gpx2map +NO_ARCH= yes NO_BUILD= yes DATADIR= ${PREFIX}/share/${PORTNAME} |