View | Details | Raw Unified | Return to bug 104571
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	bash-completion
8
PORTNAME=	bash-completion
9
PORTVERSION=	20060301
9
PORTVERSION=	20060301
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	shells
11
CATEGORIES=	shells
12
MASTER_SITES=	http://www.caliban.org/files/bash/
12
MASTER_SITES=	http://www.caliban.org/files/bash/
13
13
Lines 43-49 Link Here
43
		s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \
43
		s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \
44
		s|/usr/ports|${PORTSDIR}|g; \
44
		s|/usr/ports|${PORTSDIR}|g; \
45
		s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \
45
		s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \
46
		s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g' \
46
		s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \
47
		s|\(FLAC\)|\1\|flv\|FLV|' \
47
		${WRKSRC}/bash_completion
48
		${WRKSRC}/bash_completion
48
49
49
do-install:
50
do-install:

Return to bug 104571