diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-05 18:15:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-05 18:15:06 +0000 |
commit | 7c5c4915355736bbcb0473308f50a939abfab030 (patch) | |
tree | ee3c9a8f54577ddbb1319c26ef0a73dcd70c805a /textproc/hyperestraier | |
parent | 8ce70f7ffe0d30d0fa17130f88f43b99ec3960ae (diff) |
Notes
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r-- | textproc/hyperestraier/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |