diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-27 03:45:17 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-27 03:45:17 +0000 |
commit | 99b6a112047d006170758511941a5d1d7d14f5ef (patch) | |
tree | 83324aa4686d3d47fd48892f57587ee3ed1bf181 /www | |
parent | Fix last-minute change to avoid broken packaging for qt2-static. (diff) |
Do not override MAINTAINER for slave ports.
PR: 26129
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=40416
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 27c1e27b6d88..fa4514157e5e 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \ http://www.instinct.org/w3m/ \ http://grilli.net/mirrors/w3m/download/ -MAINTAINER= nobutaka@nobutaka.com +MAINTAINER?= nobutaka@nobutaka.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc |