pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bsdinstall Ensure we do not try to regenerate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d72916be2f4f
branches:  trunk
changeset: 649369:d72916be2f4f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 02 23:03:31 2015 +0000

description:
Ensure we do not try to regenerate the catpage.  Avoids possible issues
on platforms where nroff isn't native.

diffstat:

 sysutils/bsdinstall/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07d15252423a -r d72916be2f4f sysutils/bsdinstall/Makefile
--- a/sysutils/bsdinstall/Makefile      Thu Apr 02 23:03:00 2015 +0000
+++ b/sysutils/bsdinstall/Makefile      Thu Apr 02 23:03:31 2015 +0000
@@ -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 @@
 
 do-extract:
        @${CP} -R ${FILESDIR} ${WRKSRC}
+       @${TOUCH} ${WRKSRC}/bsdinstall.cat1
 
 CPPFLAGS+=     -D_PATH_DEVNULL=\"/dev/null\"
 CPPFLAGS+=     -DTARGET_STRIP=\"${TOOLS_PLATFORM.strip:Q}\"



Home | Main Index | Thread Index | Old Index