diff options
Diffstat (limited to 'deskutils/mrproject/Makefile')
-rw-r--r-- | deskutils/mrproject/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile index 0ec5649ae324..449181aab7e0 100644 --- a/deskutils/mrproject/Makefile +++ b/deskutils/mrproject/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mrproject -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ @@ -20,6 +20,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +MAN1= mrproject.1 run-mrproject.1 mrproject-engine.1 + pre-patch: @${PERL} -pi -e 's#-lpthread#-pthread#g ; \ s#DATADIRNAME=lib#DATADIRNAME=share#g' ${WRKSRC}/configure |