diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /shells | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 2 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/files/patch-config-top.h | 2 | ||||
-rw-r--r-- | shells/viewglob/Makefile | 7 |
4 files changed, 6 insertions, 7 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 1d9f6b4b7a48..c47d4017c802 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -38,7 +38,7 @@ post-patch: s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \ s|/usr/ports|${PORTSDIR}|g; \ s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \ - s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \ + s|/usr/share/info|&:${LOCALBASE}/info|g; \ s|\(FLAC\)|\1\|flv\|FLV|' \ ${WRKSRC}/bash_completion diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 1d9f6b4b7a48..c47d4017c802 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -38,7 +38,7 @@ post-patch: s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \ s|/usr/ports|${PORTSDIR}|g; \ s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \ - s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \ + s|/usr/share/info|&:${LOCALBASE}/info|g; \ s|\(FLAC\)|\1\|flv\|FLV|' \ ${WRKSRC}/bash_completion diff --git a/shells/bash/files/patch-config-top.h b/shells/bash/files/patch-config-top.h index 415b137d33e9..d315346bdf6f 100644 --- a/shells/bash/files/patch-config-top.h +++ b/shells/bash/files/patch-config-top.h @@ -5,7 +5,7 @@ #ifndef DEFAULT_PATH_VALUE #define DEFAULT_PATH_VALUE \ - "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:." -+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin:%%X11BASE%%/bin" ++ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin" #endif /* The value for PATH when invoking `command -p'. This is only used when diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index 02f4a928e73f..1d6b389aaab0 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -7,10 +7,9 @@ PORTNAME= viewglob PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A GTK+ add-on to bash and zsh @@ -18,7 +17,7 @@ COMMENT= A GTK+ add-on to bash and zsh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes |