diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-25 23:47:25 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-25 23:47:25 +0800 |
commit | 68d9e901b5ec67a27199392752b060e8c3cd2a1e (patch) | |
tree | 1b1e15135c675abebf0c782fc96df33018b3795b | |
parent | 6f45bc862ecc57af77ad994a42b925698f4ef927 (diff) | |
download | freebsd-ports-gnome-68d9e901b5ec67a27199392752b060e8c3cd2a1e.tar.gz freebsd-ports-gnome-68d9e901b5ec67a27199392752b060e8c3cd2a1e.tar.zst freebsd-ports-gnome-68d9e901b5ec67a27199392752b060e8c3cd2a1e.zip |
Remove hack now that USES=pathfix no longer modifies configure (r369260)
-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}/ |