Index: head/x11/gdkxft/Makefile =================================================================== --- head/x11/gdkxft/Makefile (revision 47416) +++ head/x11/gdkxft/Makefile (revision 47417) @@ -1,36 +1,37 @@ # New ports collection makefile for: gdkxft # Date created: 3 September 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gdkxft PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://philrsss.anu.edu.au/~josh/gdkxft/ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --disable-static INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS=-lgnuregex PKGMESSAGE= ${WRKDIR}/.message .include .if $(XFREE86_VERSION) < 4 IGNORE= "requires XFree86-4.x or later to run" .endif post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} @/usr/bin/printf "\nRefer to ${DOCSDIR}/README for details on how to enable gdkxft.\n\n" > \ ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/gdkxft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in =================================================================== --- head/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in (revision 47416) +++ head/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in (revision 47417) @@ -1,23 +1,34 @@ $FreeBSD$ ---- src/gdkxft_sysinstall.in 2001/09/03 16:29:51 1.1 -+++ src/gdkxft_sysinstall.in 2001/09/03 16:30:09 +--- src/gdkxft_sysinstall.in.orig Sat Sep 1 23:39:20 2001 ++++ src/gdkxft_sysinstall.in Tue Sep 4 14:29:30 2001 @@ -276,7 +276,7 @@ # create a theme to show off anti-aliased fonts sub install_theme { - my $themedir=`gtk-config --prefix`; + my $themedir=`gtk12-config --prefix`; chomp $themedir; $themedir.="/share/themes"; +@@ -285,8 +285,8 @@ + return 0; + }; + +- mkdir "$themedir/Gdkxft"; +- mkdir "$themedir/Gdkxft/gtk"; ++ mkdir "$themedir/Gdkxft", 0755; ++ mkdir "$themedir/Gdkxft/gtk", 0755; + my $file = "$themedir/Gdkxft/gtk/gtkrc"; + + print STDERR "Creating $file\n"; @@ -342,7 +342,7 @@ return 1; } sub uninstall_theme { - my $themedir=`gtk-config --prefix`; + my $themedir=`gtk12-config --prefix`; chomp $themedir; $themedir.="/share/themes"; Property changes on: head/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property