aboutsummaryrefslogtreecommitdiff
path: root/www/asql
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-05-20 17:51:47 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-05-20 17:51:47 +0000
commit1a9ce0993354efda83d188ff34bbd9f35c25860a (patch)
treef726079b4eb648a1224ec56bf9c6a1cfb0ed69b6 /www/asql
parent104c4f1831a372aa5e9f088ea83b6ef4ce732b0d (diff)
downloadports-1a9ce0993354efda83d188ff34bbd9f35c25860a.tar.gz
ports-1a9ce0993354efda83d188ff34bbd9f35c25860a.zip
Notes
Diffstat (limited to 'www/asql')
-rw-r--r--www/asql/Makefile5
-rw-r--r--www/asql/files/patch-Makefile8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/asql/Makefile b/www/asql/Makefile
index 79527ae68a50..fb68ad2c584b 100644
--- a/www/asql/Makefile
+++ b/www/asql/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
NO_BUILD= yes
PLIST_FILES= bin/asql
-USES= perl5
-
-NO_STAGE= yes
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/asql
.include <bsd.port.mk>
diff --git a/www/asql/files/patch-Makefile b/www/asql/files/patch-Makefile
index b92a13041770..495b17391f4f 100644
--- a/www/asql/files/patch-Makefile
+++ b/www/asql/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2008-10-15 09:37:42.000000000 +0800
-+++ Makefile 2008-10-15 09:38:00.000000000 +0800
+--- Makefile.orig 2012-09-13 00:38:26.000000000 -0700
++++ Makefile 2014-05-20 07:09:07.000000000 -0700
@@ -40,9 +40,8 @@
hg diff 2>/dev/null
@@ -7,8 +7,8 @@
- 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
++ cp bin/asql ${DESTDIR}${PREFIX}/bin/asql
++ chmod 755 ${DESTDIR}${PREFIX}/bin/asql
release: clean commands