summaryrefslogtreecommitdiff
path: root/devel/nbpatch
diff options
context:
space:
mode:
authortnn <tnn>2010-04-20 15:41:20 +0000
committertnn <tnn>2010-04-20 15:41:20 +0000
commit88b29ab41163335a54ca7d37237b9188875dd398 (patch)
tree57fe05cb64c03b761458a72c6317d8e3b1d932ce /devel/nbpatch
parentb04e44ccee7cda628114e1644e4ba178f5efc406 (diff)
downloadpkgsrc-88b29ab41163335a54ca7d37237b9188875dd398.tar.gz
- avoid catpage regeneration
- fix typo in comment
Diffstat (limited to 'devel/nbpatch')
-rw-r--r--devel/nbpatch/Makefile4
-rw-r--r--devel/nbpatch/files/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/nbpatch/Makefile b/devel/nbpatch/Makefile
index cb7a8576a4b..841ab0c4500 100644
--- a/devel/nbpatch/Makefile
+++ b/devel/nbpatch/Makefile
@@ -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 @@ COMMENT= Patch files using diff output
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 --git a/devel/nbpatch/files/Makefile b/devel/nbpatch/files/Makefile
index f3a227a2b52..98f0c71db7e 100644
--- a/devel/nbpatch/files/Makefile
+++ b/devel/nbpatch/files/Makefile
@@ -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>