summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-10-12 01:29:10 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-10-12 01:29:10 +0000
commitd5137b4bd2a837def59435d8b1d27444b5a33d88 (patch)
treec6450e0ece18a391b42848c2eab00a0ab141cecb /doc/guide
parent8471db435c6872a8e64aeb0008e2bb1045d013b8 (diff)
downloadpkgsrc-d5137b4bd2a837def59435d8b1d27444b5a33d88.tar.gz
Revert previous. Root cause appears to have been a corrupted /dev/null not a make issue
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index 3d24a8bf7ff..30ac62183d0 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/10/10 11:36:11 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.32 2007/10/12 01:29:10 dmcmahill Exp $
#
DISTNAME= pkgsrc-guide-${PKGVERSION}
@@ -40,17 +40,11 @@ _GUIDE_OUTPUTS= ${OUTPUTS}
.include "Makefile.common"
-# this hack is needed because otherwise PKGMAKECONF ends up set
-# to /dev/null during the build. When make is then called recursively
-# with MAKECONF=/dev/null, some older versions fail.
-PKGMAKECONF?= ${WRKDIR}/mk.conf
-
# The source files are only symlinked into the WRKSRC, so that they can
# be easily modified, should the "lint" phase fail.
pre-extract:
${MKDIR} ${WRKSRC}
${LN} -s ${FILESDIR}/* ${WRKSRC}
- ${TOUCH} ${PKGMAKECONF}
do-build:
.for _output_ in ${OUTPUTS}