diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:47:25 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:47:25 +0000 |
commit | dcc338fc9ce908121a229e87161102285c93ac0f (patch) | |
tree | 1b1e15135c675abebf0c782fc96df33018b3795b /security/oath-toolkit | |
parent | 849599bda43240c7746473f7439c22c4e93f4b80 (diff) | |
download | ports-dcc338fc9ce908121a229e87161102285c93ac0f.tar.gz ports-dcc338fc9ce908121a229e87161102285c93ac0f.zip |
Notes
Diffstat (limited to 'security/oath-toolkit')
-rw-r--r-- | security/oath-toolkit/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index dbe199d74b4a..ded226a1ee42 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -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}/ |