diff options
author | abs <abs> | 2001-08-29 14:31:45 +0000 |
---|---|---|
committer | abs <abs> | 2001-08-29 14:31:45 +0000 |
commit | 00649012aa242bd145e37ebb40ac54e94d1f911d (patch) | |
tree | a2102d8c19a05b446e1b191b245842202581e036 /www/galeon | |
parent | c44b93aa76bd00082d7ddfc2c1f3024bf63147c1 (diff) | |
download | pkgsrc-00649012aa242bd145e37ebb40ac54e94d1f911d.tar.gz |
gconftool will be in ${X11PREFIX}/bin not ${X11BASE}/bin
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index debbe77432f..d078c79e079 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/08/29 14:02:28 taya Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/29 14:31:45 abs Exp $ DISTNAME= galeon-0.12 CATEGORIES= www @@ -38,7 +38,7 @@ pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${TOUCH} aclocal.m4) pre-install: - ${X11BASE}/bin/gconftool --shutdown + ${X11PREFIX}/bin/gconftool --shutdown post-install: ${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/galeon.in > ${PREFIX}/bin/galeon |