svn commit: r367183 - head/net/spread

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 09:47:39 UTC 2014


Author: bapt
Date: Wed Sep  3 09:47:38 2014
New Revision: 367183
URL: http://svnweb.freebsd.org/changeset/ports/367183
QAT: https://qat.redports.org/buildarchive/r367183/

Log:
  Delete no-op line

Modified:
  head/net/spread/Makefile

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Wed Sep  3 09:47:31 2014	(r367182)
+++ head/net/spread/Makefile	Wed Sep  3 09:47:38 2014	(r367183)
@@ -38,8 +38,6 @@ HEADERFILES=	sp_func.h sp_func.h sp_even
 PERL_CONFIGURE_ARGS=	CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
 			INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"
 
-_MANPAGES+=	${PREFIX}/lib/perl5/${PERL_VER}/man/man3/Spread.3
-
 post-configure:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/docs/${PORTNAME}.1 ${WRKSRC}/docs/spmonitor.1


More information about the svn-ports-head mailing list