diff options
author | jtb <jtb> | 2001-06-04 21:46:57 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 21:46:57 +0000 |
commit | 9c0792b9a9f98b52617e2e9978a6a824ae093270 (patch) | |
tree | 6d5f17cbd29d0f18fb08831b4b08399b241d792a /mail | |
parent | f95936a14206d9a9dd1ae4a54216ea0593f88759 (diff) | |
download | pkgsrc-9c0792b9a9f98b52617e2e9978a6a824ae093270.tar.gz |
The license for majordomo is now in pkgsrc/licenses/.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/majordomo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 0b7b22ca887..ee44dc44d17 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/04/13 01:42:32 itojun Exp $ +# $NetBSD: Makefile,v 1.14 2001/06/04 21:46:57 jtb Exp $ DISTNAME= majordomo-1.94.5 CATEGORIES= mail @@ -10,6 +10,8 @@ MAINTAINER= packages@biology.nmsu.edu HOMEPAGE= http://www.greatcircle.com/majordomo/ COMMENT= The Majordomo mailing list manager +LICENSE= majordomo-license + .if exists(/usr/sbin/user) ADDUSER= /usr/sbin/useradd ADDGROUP= /usr/sbin/groupadd |