summaryrefslogtreecommitdiff
path: root/print/p5-GnomePrint
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /print/p5-GnomePrint
parentChange MASTER_SITES to fix fetch (diff)
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'print/p5-GnomePrint')
-rw-r--r--print/p5-GnomePrint/Makefile6
-rw-r--r--print/p5-GnomePrint/pkg-plist32
2 files changed, 19 insertions, 19 deletions
diff --git a/print/p5-GnomePrint/Makefile b/print/p5-GnomePrint/Makefile
index 7993ace28084..a988955e1ebb 100644
--- a/print/p5-GnomePrint/Makefile
+++ b/print/p5-GnomePrint/Makefile
@@ -16,9 +16,9 @@ DISTNAME= Gtk-Perl-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= The Gnome Print module of Gtk-Perl
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
+ ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf \
+ ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GNOME= yes
diff --git a/print/p5-GnomePrint/pkg-plist b/print/p5-GnomePrint/pkg-plist
index 77fe554b6535..185d8b30ede6 100644
--- a/print/p5-GnomePrint/pkg-plist
+++ b/print/p5-GnomePrint/pkg-plist
@@ -1,16 +1,16 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/Files.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintDefs.h
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintTypemap
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/PerlGnomePrintInt.h
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/pkg.typemap
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Types.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/TypesLazy.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.so
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/Files.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintDefs.h
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintTypemap
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/PerlGnomePrintInt.h
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/pkg.typemap
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Types.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/TypesLazy.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Gnome 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome 2>/dev/null || true