summaryrefslogtreecommitdiff
path: root/net/netsaint-base
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-15 21:46:53 +0000
committerrillig <rillig@pkgsrc.org>2007-02-15 21:46:53 +0000
commit3d8a864dd5306b4dc5d39b670aab94e3ba21cb38 (patch)
treeb3aae4c97da43a24313fdee467b1a5671fc9de54 /net/netsaint-base
parent01a60899834fadadefc8f4ef9d51e81a859d3077 (diff)
downloadpkgsrc-3d8a864dd5306b4dc5d39b670aab94e3ba21cb38.tar.gz
Fixed the mail command. PKGREVISION++
Diffstat (limited to 'net/netsaint-base')
-rw-r--r--net/netsaint-base/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/netsaint-base/Makefile b/net/netsaint-base/Makefile
index 207dbacaf40..ef116445bff 100644
--- a/net/netsaint-base/Makefile
+++ b/net/netsaint-base/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2006/04/17 13:46:44 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/02/15 21:46:53 rillig Exp $
#
DISTNAME= netsaint-0.0.7
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 7
+PKGREVISION= 8
MASTER_SITES= http://www.netsaint.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -14,6 +14,8 @@ COMMENT= Network monitor
.include "../../net/netsaint-base/Makefile.common"
CONFIGURE_ARGS+= --with-ping-command='/sbin/ping -n -c %d %s'
+CONFIGURE_ARGS+= --with-mail=${MAIL_CMD:Q}
+USE_TOOLS+= mail:run
OWN_DIRS_PERMS=
.for dir in /var/log/netsaint /var/log/netsaint/archives \
@@ -24,8 +26,8 @@ OWN_DIRS_PERMS+= ${dir} ${NETSAINT_USER} ${NETSAINT_GROUP} 0755
INSTALL_TARGET= install install-config
post-build:
- cd ${WRKDIR}; uudecode ${FILESDIR}/logofullsize.gif.uu
- cd ${WRKDIR}; uudecode ${FILESDIR}/sblogo.gif.uu
+ cd ${WRKDIR} && uudecode ${FILESDIR}/logofullsize.gif.uu
+ cd ${WRKDIR} && uudecode ${FILESDIR}/sblogo.gif.uu
post-install:
${INSTALL_DATA} ${WRKDIR}/logofullsize.gif ${PREFIX}/share/netsaint/images