summaryrefslogtreecommitdiff
path: root/devel/nbpatch
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-10 13:06:43 +0000
committerobache <obache@pkgsrc.org>2013-02-10 13:06:43 +0000
commit458bf791acb8a4fbcaba55173fc3469371b4352f (patch)
treeb86f76962b22f193f36173fc8ada2fc805612be3 /devel/nbpatch
parent0f68409a88462e546dd31a091584198c456aa299 (diff)
downloadpkgsrc-458bf791acb8a4fbcaba55173fc3469371b4352f.tar.gz
bin/nbpatch require manifest file for UAC.
Diffstat (limited to 'devel/nbpatch')
-rw-r--r--devel/nbpatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nbpatch/Makefile b/devel/nbpatch/Makefile
index 7c069b99c39..6b848b1031f 100644
--- a/devel/nbpatch/Makefile
+++ b/devel/nbpatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/31 11:17:31 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/02/10 13:06:43 obache Exp $
#
DISTNAME= nbpatch-20100124
@@ -26,4 +26,5 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
+UAC_REQD_EXECS+= bin/nbpatch
.include "../../mk/bsd.pkg.mk"