diff options
author | recht <recht> | 2004-05-18 11:58:04 +0000 |
---|---|---|
committer | recht <recht> | 2004-05-18 11:58:04 +0000 |
commit | 1b702ee4a789a4271f1051c1cb137f3af976ca86 (patch) | |
tree | a7490493e74d6e9bafe3dcad449e2445ed44066a /devel/patch | |
parent | 9332cfd093a35d44c7b2a4a9128da90dd4de4c11 (diff) | |
download | pkgsrc-1b702ee4a789a4271f1051c1cb137f3af976ca86.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel/patch')
-rw-r--r-- | devel/patch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index ff13b37f19f..1dacc0cf27b 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/16 20:11:51 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/18 11:58:05 recht Exp $ # DISTNAME= patch-2.5.4 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/patch/patch.html COMMENT= Patch files using diff output +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |