I'm the maintainer of textproc/hyperestraier, and this is a simple diff
to add the .cgi files to the package (the aren't installed by
hyperestraier's Makefile, but they are discussed in the documentation).
I wasn't sure where they should go, so I put them in 
${PREFIX}/share/hyperestraier.  If that is incorrect, please let me know
or just change it.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/hyperestraier/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    27 Jan 2009 17:17:09 -0000      1.5
+++ Makefile    3 Feb 2009 21:10:24 -0000
@@ -3,7 +3,7 @@
 COMMENT=               high performance full-text search system
 
 DISTNAME=              hyperestraier-1.4.13
-PKGNAME=               ${DISTNAME}p0
+PKGNAME=               ${DISTNAME}p1
 CATEGORIES=            textproc
 SHARED_LIBS=           estraier        8.38
 
@@ -27,4 +27,10 @@
 CONFIGURE_STYLE=       gnu
 CONFIGURE_ARGS=                ${CONFIGURE_SHARED}
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/hyperestraier
+       for file in fraud proxy scout seek supt; do \
+               ${INSTALL} ${WRKSRC}/est$${file}.cgi \
+                 ${PREFIX}/share/hyperestraier; \
+       done
 .include <bsd.port.mk>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/hyperestraier/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   27 Jan 2009 17:17:09 -0000      1.3
+++ pkg/PLIST   3 Feb 2009 21:10:24 -0000
@@ -52,3 +52,9 @@
 share/doc/hyperestraier/pguide-ja.html
 share/doc/hyperestraier/uguide-en.html
 share/doc/hyperestraier/uguide-ja.html
+share/hyperestraier/
+...@bin share/hyperestraier/estfraud.cgi
+...@bin share/hyperestraier/estproxy.cgi
+...@bin share/hyperestraier/estscout.cgi
+...@bin share/hyperestraier/estseek.cgi
+...@bin share/hyperestraier/estsupt.cgi

Reply via email to