diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /devel/GConf | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common index cfedebf202f..17b05ec3c96 100644 --- a/devel/GConf/Makefile.common +++ b/devel/GConf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2012/10/31 11:16:31 asau Exp $ +# $NetBSD: Makefile.common,v 1.20 2014/10/09 14:06:07 wiz Exp $ # # used by devel/GConf/Makefile # used by devel/GConf-ui/Makefile @@ -16,7 +16,6 @@ COMMENT= Configuration database system used by GNOME LICENSE= gnu-lgpl-v2 # not ready yet. .schemas are installed in the depot. -#PKG_INSTALLATION_TYPES= overwrite pkgviews DISTINFO_FILE= ${.CURDIR}/../GConf/distinfo FILESDIR= ${.CURDIR}/../GConf/files |