diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-02 06:05:45 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-02 06:05:45 +0000 |
commit | 40274e1bf19b74c5d9bf015929b72007f7a6a302 (patch) | |
tree | cecb379958559900c4fac9d5f29ed57e75b23d2a | |
parent | 457383ed4f55b1c40258c6eabd4674dbe8c931f1 (diff) | |
download | FreeBSD-ports-40274e1bf19b74c5d9bf015929b72007f7a6a302.zip FreeBSD-ports-40274e1bf19b74c5d9bf015929b72007f7a6a302.tar.gz |
Allow overwrite of Maintainer by slave-ports
-rw-r--r-- | www/webalizer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index ee7d61c..656c6ad 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}-2.01-10-src -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER?= dinoex@FreeBSD.org .if !defined(LIB_DEPENDS) .if defined(WEBALIZER_WITH_GD2) |