diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 00:03:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 00:03:01 +0000 |
commit | be7dfffec9c38bd10cc1759e231feab1ba0d9879 (patch) | |
tree | 9f75e53135a0f63e9d0583daa2818d5ce204bb5b /mail/mutt | |
parent | 1f5380b55d29ea009bae738497a24f7740c2a6b0 (diff) | |
download | ports-be7dfffec9c38bd10cc1759e231feab1ba0d9879.tar.gz ports-be7dfffec9c38bd10cc1759e231feab1ba0d9879.zip |
Allow maintainer to be properly set in slave ports.
Notes
Notes:
svn path=/head/; revision=39479
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b8cf8860687b..d3a335f32995 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -30,7 +30,7 @@ PATCH_SITES= http://www.spinnaker.de/mutt/compressed/ \ PATCHFILES= patch-${PORTVERSION}.rr.compressed.1.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= obrien@FreeBSD.org +MAINTAINER?= obrien@FreeBSD.org .if defined(PACKAGE_BUILDING) WITH_SLANG= yes |