1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/asql/files/patch-Makefile
Martin Wilke bae76a250c asql is a simple console shell which allows you to run SQL queries
against an Apache logfile, something that can be very useful -
especially at getting information which is not easily available via
static logfile analysers.

WWW:	http://www.steve.org.uk/Software/asql/

PR:		ports/128110
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-21 20:35:50 +00:00

15 lines
350 B
Plaintext

--- Makefile.orig 2008-10-15 09:37:42.000000000 +0800
+++ Makefile 2008-10-15 09:38:00.000000000 +0800
@@ -40,9 +40,8 @@
hg diff 2>/dev/null
install:
- mkdir -p ${PREFIX}/usr/bin/
- cp bin/asql ${PREFIX}/usr/bin/asql
- chmod 755 ${PREFIX}/usr/bin/asql
+ cp bin/asql ${PREFIX}/bin/asql
+ chmod 755 ${PREFIX}/bin/asql
release: clean commands