svn commit: r341372 - in head/devel/android-tools-adb: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 11:14:39 UTC 2014


Author: bapt
Date: Mon Jan 27 11:14:38 2014
New Revision: 341372
URL: http://svnweb.freebsd.org/changeset/ports/341372
QAT: https://qat.redports.org/buildarchive/r341372/

Log:
  Support stage

Modified:
  head/devel/android-tools-adb/Makefile
  head/devel/android-tools-adb/files/Makefile

Modified: head/devel/android-tools-adb/Makefile
==============================================================================
--- head/devel/android-tools-adb/Makefile	Mon Jan 27 11:01:08 2014	(r341371)
+++ head/devel/android-tools-adb/Makefile	Mon Jan 27 11:14:38 2014	(r341372)
@@ -24,5 +24,4 @@ MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/adb
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/android-tools-adb/files/Makefile
==============================================================================
--- head/devel/android-tools-adb/files/Makefile	Mon Jan 27 11:01:08 2014	(r341371)
+++ head/devel/android-tools-adb/files/Makefile	Mon Jan 27 11:14:38 2014	(r341372)
@@ -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


More information about the svn-ports-all mailing list