summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-13 18:58:58 +0000
committerjoerg <joerg>2006-01-13 18:58:58 +0000
commitfa141e7fa97f2764c581c260a111123f879c1c5e (patch)
tree4cd51fd13f4fc9ca2d5c89118b155011f7806adc /sysutils
parent9a6f73678e7301c8b8fec9d50eb0ff93758dfcda (diff)
downloadpkgsrc-fa141e7fa97f2764c581c260a111123f879c1c5e.tar.gz
DJB-like errno usage in qfilelog.c.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/qlogtools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile
index 97f69bf5129..482cae44f57 100644
--- a/sysutils/qlogtools/Makefile
+++ b/sysutils/qlogtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/24 04:47:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/13 18:58:58 joerg Exp $
#
DISTNAME= qlogtools-3.1
@@ -12,6 +12,8 @@ COMMENT= Tools useful in analyzing logs from qmail and other pkgs
DJB_RESTRICTED= NO
DJB_MAKE_TARGETS= NO
+SUBST_FILES.djbware+= qfilelog.c
+
do-install:
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}; \
./installer; \