summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig>2009-01-09 10:58:47 +0000
committerrillig <rillig>2009-01-09 10:58:47 +0000
commitfbc185254e85deb1debe60568e96ece2c901d11b (patch)
treef7096683ffbc694f41765cc3b1456aef004687bf /doc/guide
parent915223e6f8e42bd4921335090d6956a48a511667 (diff)
downloadpkgsrc-fbc185254e85deb1debe60568e96ece2c901d11b.tar.gz
htdocs/share/mk/web.site.mk assumes that sed(1) lives in /usr/bin, which
is not true on Ubuntu Linux 8.10.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index 30ac62183d0..b8a00e6bd19 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/10/12 01:29:10 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.33 2009/01/09 10:58:47 rillig Exp $
#
DISTNAME= pkgsrc-guide-${PKGVERSION}
@@ -17,6 +17,7 @@ PKGVERSION!= date '+%Y%m%d'
DIST_SUBDIR= ${PKGBASE}
NO_MTREE= yes
USE_LANGUAGES= # empty
+MAKE_ENV+= SED=${SED:Q}
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
DOCDIR= ${PREFIX}/share/doc/pkgsrc