diff options
author | ale <ale@FreeBSD.org> | 2010-09-14 21:43:48 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-09-14 21:43:48 +0800 |
commit | 62bd25d4c3b15f9918a6a54cc2d8e84945c7b483 (patch) | |
tree | b143e35784b6b5351f03417595569db1692aa584 /devel | |
parent | d3c38bc0e2f7ec86b4c0e689b8c33d81e3c2e0e8 (diff) | |
download | freebsd-ports-gnome-62bd25d4c3b15f9918a6a54cc2d8e84945c7b483.tar.gz freebsd-ports-gnome-62bd25d4c3b15f9918a6a54cc2d8e84945c7b483.tar.zst freebsd-ports-gnome-62bd25d4c3b15f9918a6a54cc2d8e84945c7b483.zip |
Don't rebuild manpages, if xmlto is installed.
Drop maintainership.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/zziplib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 1266baf01523..0db523a60ee3 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.13.59 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}13/${PORTVERSION} -MAINTAINER= ale@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library to provide transparent read access to zipped files USE_BZIP2= yes @@ -18,6 +18,7 @@ USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_PYTHON_BUILD= yes USE_LDCONFIG= yes +CONFIGURE_ENV= ac_cv_path_XMLTO=":" PORTSCOUT= limit:^0\. |