Date: Tue, 24 Jun 2014 04:58:12 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359038 - in head/net/tcpdstat: . files Message-ID: <201406240458.s5O4wC6P073998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 24 04:58:11 2014 New Revision: 359038 URL: http://svnweb.freebsd.org/changeset/ports/359038 QAT: https://qat.redports.org/buildarchive/r359038/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/net/tcpdstat/files/patch-Makefile (contents, props changed) Modified: head/net/tcpdstat/Makefile Modified: head/net/tcpdstat/Makefile ============================================================================== --- head/net/tcpdstat/Makefile Tue Jun 24 04:54:26 2014 (r359037) +++ head/net/tcpdstat/Makefile Tue Jun 24 04:58:11 2014 (r359038) @@ -13,5 +13,4 @@ COMMENT= A tool for generating statistic PLIST_FILES= bin/tcpdstat WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -NO_STAGE= yes .include <bsd.port.mk> Added: head/net/tcpdstat/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcpdstat/files/patch-Makefile Tue Jun 24 04:58:11 2014 (r359038) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-06-24 12:55:40.174706872 +0800 ++++ Makefile 2014-06-24 12:55:48.621709202 +0800 +@@ -11,7 +11,7 @@ INCLUDES= -I. $(SYS_INCLUDES) + all: $(PROGS) + + install: $(PROGS) +- $(INSTALL) $(COPY) -m 0755 $(PROGS) $(PREFIX)/bin ++ $(INSTALL) $(COPY) -m 0755 $(PROGS) $(DESTDIR)$(PREFIX)/bin + + tcpdstat: $(OBJS) + $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -o $@ $(OBJS) -lpcap -lm $(SYS_LIBS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240458.s5O4wC6P073998>