pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mailagent Replace NO_PACKAGE with NO_BIN_ON_* as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a73211ecd72
branches:  trunk
changeset: 557033:0a73211ecd72
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 09 00:44:53 2009 +0000

description:
Replace NO_PACKAGE with NO_BIN_ON_* as it is about reuse on different
machines.

diffstat:

 mail/mailagent/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a52d576a9fe8 -r 0a73211ecd72 mail/mailagent/Makefile
--- a/mail/mailagent/Makefile   Thu Apr 09 00:41:53 2009 +0000
+++ b/mail/mailagent/Makefile   Thu Apr 09 00:44:53 2009 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index