aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 11:14:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 11:14:38 +0000
commitdcb7edfcf388f715b77f86eae4cec05c4ae06102 (patch)
treea75a27714fb467fe6f54a450b4497b4e8bdaf574 /devel/android-tools-adb/files
parent4082e3f8bc2c85889a37e39824519d3c7ee647c1 (diff)
downloadports-dcb7edfcf388f715b77f86eae4cec05c4ae06102.tar.gz
ports-dcb7edfcf388f715b77f86eae4cec05c4ae06102.zip
Notes
Diffstat (limited to 'devel/android-tools-adb/files')
-rw-r--r--devel/android-tools-adb/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/android-tools-adb/files/Makefile b/devel/android-tools-adb/files/Makefile
index 1369b768c24e..dbcefe23d812 100644
--- a/devel/android-tools-adb/files/Makefile
+++ b/devel/android-tools-adb/files/Makefile
@@ -51,7 +51,7 @@ adb: $(OBJS)
$(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
install: adb
- ${BSD_INSTALL_PROGRAM} adb ${PREFIX}/bin/
+ ${BSD_INSTALL_PROGRAM} adb ${DESTDIR}${PREFIX}/bin/
clean:
rm -rf $(OBJS) adb