diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kbibtex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 0038a086d9e1..90b862ce42f5 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -6,6 +6,7 @@ PORTNAME= kbibtex PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/ @@ -20,6 +21,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +MAN1= kbibtex.1 + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${TOUCH} ${WRKSRC}/config.h.in |