diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-11 19:01:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-11 19:01:37 +0000 |
commit | 1d882ca785f926796627763d120faf45042caf96 (patch) | |
tree | c6dd5fd2b469d9c6bbead5a8022ddce85146a569 /x11-fm | |
parent | ceb45a48dcc782e109ee618532c540fa6c4341e1 (diff) |
Update port to version 1.1.1.
Remove perl regexp replacements for configure and Makefile.in, use
GTK_CONFIG and GLIB_CONFIG instead.
Notes
Notes:
svn path=/head/; revision=39601
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 13 | ||||
-rw-r--r-- | x11-fm/rox-filer/distinfo | 2 |
2 files changed, 3 insertions, 12 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 38b8ff3dcf27..9ec887e2d231 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= rox -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rox @@ -21,17 +21,8 @@ USE_GTK= yes MAN1= rox.1 do-build: - # Hopefully gtk-config and glib-config will become - # configurable, so don't bother to add patch-* files - - ${PERL} -pi -e "s/gtk-config/gtk12-config/g" \ - ${WRKSRC}/ROX-Filer/src/Makefile.in - ${PERL} -pi -e "s/glib-config/glib12-config/g" \ - ${WRKSRC}/ROX-Filer/src/configure - # Run the custom build procedure - - cd ${WRKSRC} && GTK_CONFIG=${GTK_CONFIG} ROX-Filer/AppRun --compile + cd ${WRKSRC} && GTK_CONFIG=${GTK_CONFIG} GLIB_CONFIG=${GLIB_CONFIG} ROX-Filer/AppRun --compile do-install: ${MKDIR} ${PREFIX}/apps/ROX-Filer diff --git a/x11-fm/rox-filer/distinfo b/x11-fm/rox-filer/distinfo index cba4ea53db45..494d8134b0b8 100644 --- a/x11-fm/rox-filer/distinfo +++ b/x11-fm/rox-filer/distinfo @@ -1 +1 @@ -MD5 (rox-1.0.0.tgz) = b41821437dae078720f5be7527e8838e +MD5 (rox-1.1.1.tgz) = 7a635ad30c95633768a2cd6f9e0e8a03 |