svn commit: r369265 - head/security/oath-toolkit

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 25 15:47:26 UTC 2014


Author: tijl
Date: Thu Sep 25 15:47:25 2014
New Revision: 369265
URL: http://svnweb.freebsd.org/changeset/ports/369265
QAT: https://qat.redports.org/buildarchive/r369265/

Log:
  Remove hack now that USES=pathfix no longer modifies configure (r369260)

Modified:
  head/security/oath-toolkit/Makefile

Modified: head/security/oath-toolkit/Makefile
==============================================================================
--- head/security/oath-toolkit/Makefile	Thu Sep 25 15:46:46 2014	(r369264)
+++ head/security/oath-toolkit/Makefile	Thu Sep 25 15:47:25 2014	(r369265)
@@ -30,11 +30,6 @@ DOCS=		AUTHORS ChangeLog NEWS README
 
 PORTDOCS=	*
 
-post-patch:
-	@${REINPLACE_CMD} '/^Makefile.gdoc:/s,$$(top_builddir)/configure,,' \
-		${WRKSRC}/liboath/man/Makefile.in \
-		${WRKSRC}/libpskc/man/Makefile.in
-
 post-install:
 .for f in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR}/


More information about the svn-ports-head mailing list