summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-04-02 23:03:31 +0000
committerjperkin <jperkin>2015-04-02 23:03:31 +0000
commitcbef8a0d87a0365a28d115408d6e1188876d14a2 (patch)
tree5db562436d03b29cc31fceecbd1d699429fae818 /sysutils
parent1a76a2136862d4357a9e6c5218c91604f09a5b58 (diff)
downloadpkgsrc-cbef8a0d87a0365a28d115408d6e1188876d14a2.tar.gz
Ensure we do not try to regenerate the catpage. Avoids possible issues
on platforms where nroff isn't native.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bsdinstall/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bsdinstall/Makefile b/sysutils/bsdinstall/Makefile
index 8ed847f308b..d112fa47eb7 100644
--- a/sysutils/bsdinstall/Makefile
+++ b/sysutils/bsdinstall/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/05 12:19:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/02 23:03:31 jperkin Exp $
DISTNAME= bsdinstall-20130905
CATEGORIES= sysutils
@@ -17,6 +17,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
+ @${TOUCH} ${WRKSRC}/bsdinstall.cat1
CPPFLAGS+= -D_PATH_DEVNULL=\"/dev/null\"
CPPFLAGS+= -DTARGET_STRIP=\"${TOOLS_PLATFORM.strip:Q}\"