diff options
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 9674cfb..d8394d9 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gqview.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |