diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-05 12:18:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-05 12:18:04 +0800 |
commit | 87567f16139dad3702d76007504520f80782961d (patch) | |
tree | 870bf14db7cd2905a310f9596c195e31af625943 /news | |
parent | 94da17b6f5e5a649c5e19a0185dc37d399b430cc (diff) | |
download | freebsd-ports-gnome-87567f16139dad3702d76007504520f80782961d.tar.gz freebsd-ports-gnome-87567f16139dad3702d76007504520f80782961d.tar.zst freebsd-ports-gnome-87567f16139dad3702d76007504520f80782961d.zip |
- note USERS does not work here
Diffstat (limited to 'news')
-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 |