diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:57:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:57:02 +0800 |
commit | 470fd5bc5bedb94d7eef9e3ee6bd1d36bbede28c (patch) | |
tree | f92524f6e23ba80922cecc08ed72f2dad5879d60 /devel/libdap/Makefile | |
parent | f8c63fefcc084f53a14b80f9947b330b2f6f60f0 (diff) | |
download | freebsd-ports-gnome-470fd5bc5bedb94d7eef9e3ee6bd1d36bbede28c.tar.gz freebsd-ports-gnome-470fd5bc5bedb94d7eef9e3ee6bd1d36bbede28c.tar.zst freebsd-ports-gnome-470fd5bc5bedb94d7eef9e3ee6bd1d36bbede28c.zip |
- Update to 3.11.2
- Update WWW
Changes: http://scm.opendap.org/svn/branch/libdap/3.11.2/ChangeLog
http://scm.opendap.org/svn/branch/libdap/3.11.2/NEWS
Diffstat (limited to 'devel/libdap/Makefile')
-rw-r--r-- | devel/libdap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index 006bf08f51f6..ef5207263551 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libdap -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.2 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet @@ -29,6 +29,9 @@ USE_GMAKE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes +MAN1= dap-config.1 \ + getdap.1 + post-patch: # do not alter ${PREFIX}/lib/charset.alias @${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in |