diff options
author | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
commit | 5af16a0a92f81c34be4b282d5e8072ffb8e77df1 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /devel/GConf2 | |
parent | a1ad2b0ae6e24e2b642cab2b00e3241d772eef7a (diff) | |
download | pkgsrc-5af16a0a92f81c34be4b282d5e8072ffb8e77df1.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'devel/GConf2')
-rw-r--r-- | devel/GConf2/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2/schemas.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 1dd4e6bb378..c9ab5692f8b 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/10/08 17:15:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2005/12/29 06:21:36 jlam Exp $ # .include "../../devel/GConf2/Makefile.common" @@ -6,7 +6,6 @@ PKGNAME= ${DISTNAME:S/GConf/GConf2/} PKGREVISION= 1 -USE_PKGINSTALL= YES CONFIGURE_ARGS+= --disable-gtk diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk index abba0ba0832..9489cc8fff3 100644 --- a/devel/GConf2/schemas.mk +++ b/devel/GConf2/schemas.mk @@ -1,4 +1,4 @@ -# $NetBSD: schemas.mk,v 1.12 2005/12/05 23:55:05 rillig Exp $ +# $NetBSD: schemas.mk,v 1.13 2005/12/29 06:21:36 jlam Exp $ # # This Makefile fragment is intended to be included by packages that install # GConf2 schema files. It takes care of registering them in the GConf2 @@ -49,7 +49,6 @@ FILES_SUBST+= GCONF2_SCHEMAS=${GCONF2_SCHEMAS:Q} FILES_SUBST+= GCONF2_SCHEMAS_DIR=${GCONF2_SCHEMAS_DIR:Q} INSTALL_EXTRA_TMPL+= ${.CURDIR}/../../devel/GConf2/files/install.tmpl DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/../../devel/GConf2/files/deinstall.tmpl -USE_PKGINSTALL= YES .endif PRINT_PLIST_AWK+= /^@dirrm share\/gconf$$/ { next; } |