svn commit: r359038 - in head/net/tcpdstat: . files

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 04:58:12 UTC 2014


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)


More information about the svn-ports-all mailing list