diff options
author | recht <recht> | 2004-05-18 11:58:04 +0000 |
---|---|---|
committer | recht <recht> | 2004-05-18 11:58:04 +0000 |
commit | 88c31a48133ec77d01b178b1c720b684edd74371 (patch) | |
tree | a7490493e74d6e9bafe3dcad449e2445ed44066a /devel/patch | |
parent | 67c38dfa4e8ba9607cbf5c540b6857c1fb911e86 (diff) | |
download | pkgsrc-88c31a48133ec77d01b178b1c720b684edd74371.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" |