Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 15:47:26 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369265 - head/security/oath-toolkit
Message-ID:  <201409251547.s8PFlQDl042148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/



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