diff options
author | recht <recht@pkgsrc.org> | 2004-05-18 11:58:04 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-18 11:58:04 +0000 |
commit | acf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19 (patch) | |
tree | a7490493e74d6e9bafe3dcad449e2445ed44066a /devel/patch/Makefile | |
parent | 5f40002ddcdaf9ab36dafefb1cd84071e88b6ddf (diff) | |
download | pkgsrc-acf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel/patch/Makefile')
-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" |