diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-19 20:44:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-19 20:44:58 +0000 |
commit | 4ebb4aa862223ef3fc3e6f8ba66769af44b61743 (patch) | |
tree | 36ee2da69ace996fb1df2c7006ff1c8353361181 /textproc/hyperestraier | |
parent | 2d230135cb0480f81cd8a7cc9e31fabaf5f29056 (diff) | |
download | ports-4ebb4aa862223ef3fc3e6f8ba66769af44b61743.tar.gz ports-4ebb4aa862223ef3fc3e6f8ba66769af44b61743.zip |
Notes
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r-- | textproc/hyperestraier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 580cbfc24963..68d6ce207d91 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -31,5 +31,6 @@ MAN3= estnode.3 estraier.3 post-patch: @${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in + ${RM} -f ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~ .include <bsd.port.mk> |