diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-09 16:31:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-09 16:31:48 +0000 |
commit | 8f3ffd170f087a3df0e1987613a125ee051ff9a8 (patch) | |
tree | 6d8959af08717a48b6efd46fd667019d521ca175 | |
parent | Update to 1.0.15. (diff) |
Update to 0.14.
Notes
Notes:
svn path=/head/; revision=49885
-rw-r--r-- | devel/bonobo-conf/Makefile | 4 | ||||
-rw-r--r-- | devel/bonobo-conf/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index 1f5cefa2073d..43430a857dc8 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bonobo-conf -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/devel/bonobo-conf/distinfo b/devel/bonobo-conf/distinfo index 4a2cbfcc2e17..b8921e97926a 100644 --- a/devel/bonobo-conf/distinfo +++ b/devel/bonobo-conf/distinfo @@ -1 +1 @@ -MD5 (bonobo-conf-0.12.tar.gz) = 713c4566fb09a628ab342ec5dfefe1bf +MD5 (bonobo-conf-0.14.tar.gz) = ba37bffe8b6ac5c9281e0112de548b9d |