Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 14:50:58 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346014 - head/sysutils/pftop
Message-ID:  <201402251450.s1PEowUw056053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 14:50:57 2014
New Revision: 346014
URL: http://svnweb.freebsd.org/changeset/ports/346014
QAT: https://qat.redports.org/buildarchive/r346014/

Log:
  Support staging

Modified:
  head/sysutils/pftop/Makefile

Modified: head/sysutils/pftop/Makefile
==============================================================================
--- head/sysutils/pftop/Makefile	Tue Feb 25 14:47:13 2014	(r346013)
+++ head/sysutils/pftop/Makefile	Tue Feb 25 14:50:57 2014	(r346014)
@@ -10,11 +10,6 @@ MASTER_SITES=	http://www.eee.metu.edu.tr
 MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	Utility for real-time display of statistics for pf
 
-MAN8=		pftop.8
-
-MANCOMPRESSED=	no
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 900039
@@ -38,7 +33,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 MAKE_ARGS+=	CSTD=gnu89
 MAKE_ENV+=	__MAKE_CONF=/dev/null
 
-PLIST_FILES=	sbin/pftop
+PLIST_FILES=	sbin/pftop man/man8/pftop.8.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|<sys/queue.h>|"${FILESDIR}/queue.h"|g' \
@@ -49,7 +44,7 @@ post-patch:
 	    ${WRKSRC}/sf-gencode.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pftop ${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/pftop.8 ${PREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/pftop ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/pftop.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251450.s1PEowUw056053>