diff options
author | abs <abs@pkgsrc.org> | 2008-06-01 19:51:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-06-01 19:51:26 +0000 |
commit | 59ddf227cba152754ea3f201c700c997aad3d974 (patch) | |
tree | ed7a88dc75ff2039da49dcd1017004c9917892c2 /x11/p5-Gtk2-Ex-FormFactory/Makefile | |
parent | ba834af436f8d7360302bfc471efbf47f6157077 (diff) | |
download | pkgsrc-59ddf227cba152754ea3f201c700c997aad3d974.tar.gz |
Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty
Diffstat (limited to 'x11/p5-Gtk2-Ex-FormFactory/Makefile')
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/p5-Gtk2-Ex-FormFactory/Makefile b/x11/p5-Gtk2-Ex-FormFactory/Makefile index aa315755763..2126992095a 100644 --- a/x11/p5-Gtk2-Ex-FormFactory/Makefile +++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/08/24 08:37:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/01 19:51:26 abs Exp $ # DISTNAME= Gtk2-Ex-FormFactory-0.65 @@ -10,7 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.exit1.org/Gtk2-Ex-FormFactory/ COMMENT= Introduction into the FormFactory framework +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Gtk2/Ex/FormFactory/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |