freebsd-ports/www/asql/files/patch-Makefile
Carlo Strub 1a9ce09933 Staging support
PR:		ports/190007
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Approved by:	cs (maintainer)
2014-05-20 17:51:47 +00:00

14 lines
370 B
Text

--- 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
install:
- mkdir -p ${PREFIX}/usr/bin/
- cp bin/asql ${PREFIX}/usr/bin/asql
- chmod 755 ${PREFIX}/usr/bin/asql
+ cp bin/asql ${DESTDIR}${PREFIX}/bin/asql
+ chmod 755 ${DESTDIR}${PREFIX}/bin/asql
release: clean commands