diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 20:24:07 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 20:24:07 +0000 |
commit | 367147e9dfe6392b04e4f98f11c3f3ce57a8d081 (patch) | |
tree | b9af639af8efae94edbe81b4af86b64f1296e377 /mail/nbsmtp/Makefile | |
parent | 27b99cb1fdded5372e2b85f1d2109ece0e20ec09 (diff) |
Unbreak command line parsing, use getopt rather.
Loose maintainership (I have no interest in nbsmtp currently).
PR: 32899
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Kimura Fuyuki <fuyuki@mj.0038.net>
Notes
Notes:
svn path=/head/; revision=57546
Diffstat (limited to 'mail/nbsmtp/Makefile')
-rw-r--r-- | mail/nbsmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 873e463ebee8..199d0e32745e 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://physeeks.dyndns.org:8000/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= anders@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes |