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

(-)Makefile (-1 / +7 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fish
8
PORTNAME=	fish
9
PORTVERSION=	1.23.1
9
PORTVERSION=	1.23.1
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	shells
11
CATEGORIES=	shells
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
Lines 57-62 Link Here
57
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
57
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
58
.endif
58
.endif
59
59
60
.if ${OSVERSION} > 900008
61
PLIST_SUB+=	SEQ="@comment"
62
.else
63
PLIST_SUB+=	SEQ=""
64
.endif
65
60
post-patch:
66
post-patch:
61
.if defined(NOPORTDOCS)
67
.if defined(NOPORTDOCS)
62
	@${REINPLACE_CMD} -e 's|$(PROGRAMS) user_doc|$(PROGRAMS)|' \
68
	@${REINPLACE_CMD} -e 's|$(PROGRAMS) user_doc|$(PROGRAMS)|' \
(-)pkg-plist (-1 / +1 lines)
Lines 2-8 Link Here
2
bin/fish_indent
2
bin/fish_indent
3
bin/fish_pager
3
bin/fish_pager
4
bin/fishd
4
bin/fishd
5
bin/seq
5
%%SEQ%%bin/seq
6
bin/mimedb
6
bin/mimedb
7
bin/set_color
7
bin/set_color
8
%%ETCDIR%%/config.fish
8
%%ETCDIR%%/config.fish

Return to bug 145640