From 1a9ce0993354efda83d188ff34bbd9f35c25860a Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Tue, 20 May 2014 17:51:47 +0000 Subject: Staging support PR: ports/190007 Submitted by: Joseph Benden Approved by: cs (maintainer) --- www/asql/Makefile | 5 ++--- www/asql/files/patch-Makefile | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'www/asql') 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 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 -- cgit v1.2.3