diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 04:18:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 04:18:04 +0000 |
commit | 8a692f7321f166db49c5d91802f98c2ed2325c6f (patch) | |
tree | 4b242a02017c0ef3b4a213127b855e561b5022da | |
parent | b1b5187dad09a052dc0e408440846d1aca99381c (diff) | |
download | ports-8a692f7321f166db49c5d91802f98c2ed2325c6f.tar.gz ports-8a692f7321f166db49c5d91802f98c2ed2325c6f.zip |
Notes
-rw-r--r-- | news/ifmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 0b7589cd2fef..d8cf595c6d1f 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -19,6 +19,8 @@ MAN3= parsedate.3 MAN8= ifmail.8 iftoss.8 IFMAIL_RUNAS?= ifmail PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}" +# USERS does not work here +#USERS= ifmail pre-configure: @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed |