diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:44:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:44:53 +0000 |
commit | 5a8df9f50bf755c463b1a6d38316f7b25610d7ac (patch) | |
tree | e33290439ce4479946e0cd8282fc523054ff147b /mail/mailagent | |
parent | 8244d16baee54f60b69c7c15dbf594cd18c2874e (diff) | |
download | pkgsrc-5a8df9f50bf755c463b1a6d38316f7b25610d7ac.tar.gz |
Replace NO_PACKAGE with NO_BIN_ON_* as it is about reuse on different
machines.
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index c7201828cb2..91041b6071a 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/11/17 13:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/04/09 00:44:53 joerg Exp $ DISTNAME= mailagent-3.0.73 CATEGORIES= mail @@ -9,7 +9,9 @@ COMMENT= Sophisticated automatic mail-processing tool USE_TOOLS+= perl:run -NO_PACKAGE= Correct FQDN needs to be hardcoded +RESTRICTED= Correct FQDN needs to be hardcoded +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} INTERACTIVE_STAGE= configure HAS_CONFIGURE= yes |