From 3d0d834ac98ed02494de886719fd5dc2044f47db Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 5 Oct 2005 18:15:06 +0000 Subject: - Add missing man pages Reported by: kris mail --- textproc/hyperestraier/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'textproc') diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index aebccaa5c1fb..daee6104f1d2 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -7,6 +7,7 @@ PORTNAME= hyperestraier PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +24,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 +MAN3= estnode.3 estraier.3 + post-patch: @${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in -- cgit