svn commit: r342038 - head/net/onioncat

Antoine Brodin antoine at FreeBSD.org
Fri Jan 31 17:04:26 UTC 2014


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>


More information about the svn-ports-all mailing list