diff options
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 8db579d42321..d0afa73a0e09 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gdal -PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTVERSION= 1.6.0 CATEGORIES= graphics geography MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \ http://www.gdal.org/dl/ \ @@ -269,4 +268,7 @@ post-patch: ' ${WRKSRC}/swig/python/GNUmakefile .endif +post-install: + ${INSTALL_MAN} ${FILESDIR}/gdalwarp.1 ${PREFIX}/man/man1/ + .include <bsd.port.post.mk> |