aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt38/files
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-22 08:31:16 +0800
committerwxs <wxs@FreeBSD.org>2009-01-22 08:31:16 +0800
commit06a37cc3fbddfce51b6aaed08870a991b280f89b (patch)
tree9243f35ca43e35f987289a2a21b175347a3236fa /www/rt38/files
parentddc2828d2ad17d0d2571b260aaa14936141b039f (diff)
downloadfreebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.gz
freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.zst
freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.zip
- Stop looking for things in perl 5.8.8 places [1]
- Remove trailing \ from MASTER_SITES [2] - Don't fetch the signature [2] - Add a dependency on p5-Net-SSLey [2] - Fix plist to clean up www/rt38 PR: [1]: ports/130631 [2]: ports/130557 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
Diffstat (limited to 'www/rt38/files')
-rw-r--r--www/rt38/files/patch-Makefile.in4
-rw-r--r--www/rt38/files/patch-config.layout4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/rt38/files/patch-Makefile.in b/www/rt38/files/patch-Makefile.in
index 63b4700f93da..78e8dbcf25f9 100644
--- a/www/rt38/files/patch-Makefile.in
+++ b/www/rt38/files/patch-Makefile.in
@@ -14,7 +14,7 @@
upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct
-upgrade-noclobber: config-install dirs libs-install html-install bin-install local-install doc-install fixperms
-+upgrade-noclobber: config-install dirs libs-install html-install bin-install doc-install fixperms
++upgrade-noclobber: config-install dirs libs-install html-install bin-install doc-install
# {{{ dependencies
@@ -23,7 +23,7 @@
# }}}
-install: testdeps config-install dirs files-install fixperms instruct
-+install: config-install dirs files-install fixperms
++install: config-install dirs files-install
-files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install
+files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install
diff --git a/www/rt38/files/patch-config.layout b/www/rt38/files/patch-config.layout
index c1863f9cc1db..c4d4d7557141 100644
--- a/www/rt38/files/patch-config.layout
+++ b/www/rt38/files/patch-config.layout
@@ -5,7 +5,7 @@
sysconfdir: ${prefix}/etc+
mandir: ${prefix}/man
- libdir: ${prefix}/lib+
-+ libdir: /usr/local/lib/perl5/site_perl/5.8.8
++ libdir: %%SITE_PERL%%
datadir: ${prefix}/share+
htmldir: ${datadir}/html
+ sharedir: ${prefix}/share+
@@ -23,7 +23,7 @@
+ custometcdir: ${customdir}/etc+
+ customhtmldir: ${customdir}/www+
+ customlexdir: ${sharedir}/po
-+ customlibdir: /usr/local/lib/perl5/site_perl/5.8.8
++ customlibdir: %%SITE_PERL%%
</Layout>
<Layout Win32>