pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nbpatch - avoid catpage regeneration



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba9318ea7cc9
branches:  trunk
changeset: 574578:ba9318ea7cc9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 20 15:41:20 2010 +0000

description:
- avoid catpage regeneration
- fix typo in comment

diffstat:

 devel/nbpatch/Makefile       |  4 ++--
 devel/nbpatch/files/Makefile |  6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r d29c02cccb68 -r ba9318ea7cc9 devel/nbpatch/Makefile
--- a/devel/nbpatch/Makefile    Tue Apr 20 13:43:52 2010 +0000
+++ b/devel/nbpatch/Makefile    Tue Apr 20 15:41:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/01/23 23:08:03 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/04/20 15:41:20 tnn Exp $
 #
 
 DISTNAME=      nbpatch-20100124
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-# Allow checkperms and othher core dependencies to use patches
+# Allow checkperms and other core dependencies to use patches
 CHECK_PERMS=           no
 
 USE_BSD_MAKEFILE=      yes
diff -r d29c02cccb68 -r ba9318ea7cc9 devel/nbpatch/files/Makefile
--- a/devel/nbpatch/files/Makefile      Tue Apr 20 13:43:52 2010 +0000
+++ b/devel/nbpatch/files/Makefile      Tue Apr 20 15:41:20 2010 +0000
@@ -1,6 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 11:03:21 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2010/04/20 15:41:20 tnn Exp $
 
 PROG=  nbpatch
 SRCS=  patch.c pch.c inp.c util.c backupfile.c mkpath.c
 
+# avoid catpage regeneration
+.PHONY: nbpatch.cat1
+nbpatch.cat1:
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index