diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-04 06:34:11 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-04 06:34:11 +0000 |
commit | 101caa1f4f14983c1f6933fbf4f38278b263433d (patch) | |
tree | 3e159866aaf5297c3aa2193ed6ba7f30d547f4bb /www/linux-netscape6 | |
parent | 3eeb9d7ca84ffaf3c2e9be189e71897c7e438be4 (diff) | |
download | FreeBSD-ports-101caa1f4f14983c1f6933fbf4f38278b263433d.zip FreeBSD-ports-101caa1f4f14983c1f6933fbf4f38278b263433d.tar.gz |
Only set MAINTAINER if it is not already defined, so slave ports
can have different maintainers.
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r-- | www/linux-netscape6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 87ab487..b1bd6f1 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -49,7 +49,7 @@ PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= trevor PATCHFILES= linux-netscape6-${PORTVERSION}-generated-files.tar.gz -MAINTAINER= trevor@FreeBSD.org +MAINTAINER?= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ |