diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-20 04:44:58 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-20 04:44:58 +0800 |
commit | a6e048aa340fb92c0f02bcc325d58ab92152c94e (patch) | |
tree | 689ddc95362c83d9c65e3169236359c3b4f39b16 /textproc | |
parent | d14328dd288e86d530f6334c105e7ea5f160899d (diff) | |
download | freebsd-ports-gnome-a6e048aa340fb92c0f02bcc325d58ab92152c94e.tar.gz freebsd-ports-gnome-a6e048aa340fb92c0f02bcc325d58ab92152c94e.tar.zst freebsd-ports-gnome-a6e048aa340fb92c0f02bcc325d58ab92152c94e.zip |
- Fix plist
Diffstat (limited to 'textproc')
-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> |