diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-20 15:41:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-20 15:41:20 +0000 |
commit | 841685526283c2752ba10aa6a53b6dde16e3e0f9 (patch) | |
tree | 57fe05cb64c03b761458a72c6317d8e3b1d932ce /devel/nbpatch | |
parent | 05aca3731db67df1ee394e280f98bec3d7f272a4 (diff) | |
download | pkgsrc-841685526283c2752ba10aa6a53b6dde16e3e0f9.tar.gz |
- avoid catpage regeneration
- fix typo in comment
Diffstat (limited to 'devel/nbpatch')
-rw-r--r-- | devel/nbpatch/Makefile | 4 | ||||
-rw-r--r-- | devel/nbpatch/files/Makefile | 6 |
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> |