diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-12 03:01:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-12 03:01:37 +0800 |
commit | 5a01069938cdf27499d9a43f64c696f463c436b2 (patch) | |
tree | fc3513c3e8707ea1f48a9affaeca42dc839501f5 /x11-fm/rox-filer | |
parent | 9017748c85b19ebf6a22e0617eaccd8b9c0775be (diff) | |
download | freebsd-ports-gnome-5a01069938cdf27499d9a43f64c696f463c436b2.tar.gz freebsd-ports-gnome-5a01069938cdf27499d9a43f64c696f463c436b2.tar.zst freebsd-ports-gnome-5a01069938cdf27499d9a43f64c696f463c436b2.zip |
Update port to version 1.1.1.
Remove perl regexp replacements for configure and Makefile.in, use
GTK_CONFIG and GLIB_CONFIG instead.
Diffstat (limited to 'x11-fm/rox-filer')
-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 |