diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 17:47:45 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 17:47:45 +0000 |
commit | 3dd217f939493ae592fa8cc6d7c2d8dffe47d5e9 (patch) | |
tree | 704c2ec653e75a5b29d1812b6179885133806b3a /www/links | |
parent | Complete previous patch. (diff) |
Allow to override MAINTAINER in slave ports.
Notes
Notes:
svn path=/head/; revision=76184
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index bc37d5ebef54..cbba051670d3 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ DISTNAME= ${PORTNAME}-2.1pre7 -MAINTAINER= demon@FreeBSD.org +MAINTAINER?= demon@FreeBSD.org COMMENT= Lynx-like text WWW browser GNU_CONFIGURE= yes |