Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 17:04:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342038 - head/net/onioncat
Message-ID:  <201401311704.s0VH4Pfb007148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 31 17:04:25 2014
New Revision: 342038
URL: http://svnweb.freebsd.org/changeset/ports/342038
QAT: https://qat.redports.org/buildarchive/r342038/

Log:
  Stage support

Modified:
  head/net/onioncat/Makefile

Modified: head/net/onioncat/Makefile
==============================================================================
--- head/net/onioncat/Makefile	Fri Jan 31 17:02:55 2014	(r342037)
+++ head/net/onioncat/Makefile	Fri Jan 31 17:04:25 2014	(r342038)
@@ -17,17 +17,14 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_LIBS="-pthread"
 
 USE_RC_SUBR=	${PORTNAME}
-MAN1=		ocat.1
-PLIST_FILES=	bin/ocat
+PLIST_FILES=	bin/ocat man/man1/ocat.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/CFLAGS=/s|-O2|$$CFLAGS|' ${WRKSRC}/configure
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${MANPREFIX}/man/man1
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



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