diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-24 08:34:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-24 08:34:42 +0000 |
commit | 59647cef87b00d437641fa7a2c0857ee3f1527a3 (patch) | |
tree | 4c7472d636c84d594fa5c2a0f793b35ca9106285 /graphics/gtksee/Makefile | |
parent | 19c0eb5f62001e61bea4c9a7aeade6d9d0729931 (diff) |
Notes
Diffstat (limited to 'graphics/gtksee/Makefile')
-rw-r--r-- | graphics/gtksee/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index 793287801fa7..ac1f8d4fe54f 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtksee -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/gtksee/ @@ -27,6 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN1= gtksee.1 + post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure |