svn commit: r345874 - head/net/tcpshow
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Feb 24 16:00:33 UTC 2014
Author: ehaupt
Date: Mon Feb 24 16:00:32 2014
New Revision: 345874
URL: http://svnweb.freebsd.org/changeset/ports/345874
QAT: https://qat.redports.org/buildarchive/r345874/
Log:
Support staging
Modified:
head/net/tcpshow/Makefile
head/net/tcpshow/pkg-plist
Modified: head/net/tcpshow/Makefile
==============================================================================
--- head/net/tcpshow/Makefile Mon Feb 24 15:58:19 2014 (r345873)
+++ head/net/tcpshow/Makefile Mon Feb 24 16:00:32 2014 (r345874)
@@ -5,19 +5,15 @@ PORTNAME= tcpshow
PORTVERSION= 1.74
PORTREVISION= 1
CATEGORIES= net security
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= obrien
-# http://www.cs.berkeley.edu/~daw/mike/
-# http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/tcpshow/
DISTFILES= tcpshow.c tcpshow.1
MAINTAINER= obrien at FreeBSD.org
COMMENT= Decode tcpdump(1) output
NO_WRKSUBDIR= yes
-MAN1= tcpshow.1
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/tcpshow.c ${WRKDIR}
@@ -27,7 +23,7 @@ do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o tcpshow tcpshow.c)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tcpshow ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/tcpshow.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcpshow ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/tcpshow.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
Modified: head/net/tcpshow/pkg-plist
==============================================================================
--- head/net/tcpshow/pkg-plist Mon Feb 24 15:58:19 2014 (r345873)
+++ head/net/tcpshow/pkg-plist Mon Feb 24 16:00:32 2014 (r345874)
@@ -1 +1,2 @@
bin/tcpshow
+man/man1/tcpshow.1.gz
More information about the svn-ports-all
mailing list