aboutsummaryrefslogtreecommitdiffstats
path: root/www/reportmagic/files
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-05 04:49:26 +0800
committerwill <will@FreeBSD.org>2000-12-05 04:49:26 +0800
commit9bdab35ccfd6dcf36f266893934c1cabbebdb094 (patch)
tree4e3b939a7b6bc8b44f71d74a2e03dd3d31e90b7e /www/reportmagic/files
parent559a3a76f1115758e52bc05d18aaf1b1ae6dcff1 (diff)
downloadfreebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.tar.gz
freebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.tar.zst
freebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.zip
Add reportmagic 2.03, a wrapper for analog that produces more professional
looking stats pages. PR: 23253 Submitted by: Jeremy Shaffner <jeremy@external.org>
Diffstat (limited to 'www/reportmagic/files')
-rw-r--r--www/reportmagic/files/patch-aa32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/reportmagic/files/patch-aa b/www/reportmagic/files/patch-aa
new file mode 100644
index 000000000000..d5e20c7ff068
--- /dev/null
+++ b/www/reportmagic/files/patch-aa
@@ -0,0 +1,32 @@
+--- Install.PL.orig Sun Dec 3 17:30:27 2000
++++ Install.PL Sun Dec 3 17:30:54 2000
+@@ -50,13 +50,13 @@
+ # example to use the version number in your path.
+ # Make sure this remains in single quotes.
+ #
+-$DEST = '/usr/local/bin/rmagic-$(VERSION)/';
++$DEST = "$ENV{'PREFIX'}/reportmagic/";
+
+ #
+ # Where do you want documentation to be installed?
+ # You can use string concatenation, as in this example,
+ # to install the docs below the program.
+-$DOC = $DEST . 'docs/';
++$DOC = "$ENV{'PREFIX'}/share/doc/reportmagic/";
+
+
+ #
+@@ -257,7 +257,6 @@
+ } else {
+ print "\nInstallation complete.\n";
+ print "For help on using Report Magic see $DOC"."index.html.\n";
+- print "You must agree to the license agreement at $DOC"."license.html before using Report Magic.\n";
+ } # end if
+
+
+@@ -299,4 +298,4 @@
+ return $rc;
+ } # end install
+
+-
++