summaryrefslogtreecommitdiff
path: root/pkgtools/shlock/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-02-15 11:56:18 +0000
committerseb <seb>2002-02-15 11:56:18 +0000
commitaa56b874ce4cb10f759f5f3bd3d27caa2ff0b10c (patch)
treedc7c17e9d4c562005076bdb3ef65161a79512542 /pkgtools/shlock/Makefile
parentcc517c9605b6638f1de26833c5ffa13107fce37a (diff)
downloadpkgsrc-aa56b874ce4cb10f759f5f3bd3d27caa2ff0b10c.tar.gz
Set empty DISTFILES so no fetch is really attempted.
Unconditionally set PKGSRC_LOCKTYPE to `none' to avoid bootstrapping problem. Do not generate formatted manual and do not install source manual on Solaris or else we would need to make this package depends on textproc/groff. IMHO this should be avoided for this package as it can be considered a prerequisite for building further packages.
Diffstat (limited to 'pkgtools/shlock/Makefile')
-rw-r--r--pkgtools/shlock/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/pkgtools/shlock/Makefile b/pkgtools/shlock/Makefile
index 9314f86d999..0ad0b484593 100644
--- a/pkgtools/shlock/Makefile
+++ b/pkgtools/shlock/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/15 13:20:27 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/02/15 11:56:18 seb Exp $
#
DISTNAME= shlock-20020114
CATEGORIES= pkgtools sysutils
-MASTER_SITES= #
+MASTER_SITES= # empty
+DISTFILES= # empty
MAINTAINER= packages@netbsd.org
#HOMEPAGE=
@@ -20,6 +21,14 @@ BUILD_DEFS+= MANINSTALL
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
+.include "../../mk/bsd.prefs.mk"
+
+PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem"
+
+.if ${OPSYS} == "SunOS"
+MANINSTALL=
+.endif
+
post-extract:
@for FILE in Makefile shlock.c shlock.1; do \
${CP} ${FILESDIR}/$$FILE ${WRKSRC}; \