1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/reportmagic/files/patch-aa
Will Andrews 1463f41888 Add reportmagic 2.03, a wrapper for analog that produces more professional
looking stats pages.

PR:		23253
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-04 20:49:26 +00:00

33 lines
842 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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
-
+