diff options
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 8 | ||||
-rw-r--r-- | shells/fish/pkg-plist | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index f38abf5f7db2..da70a3677f62 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -7,7 +7,7 @@ PORTNAME= fish PORTVERSION= 1.23.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= shells MASTER_SITES= SF @@ -57,6 +57,12 @@ NOPORTDOCS= yes BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif +.if ${OSVERSION} > 900008 +PLIST_SUB+= SEQ="@comment " +.else +PLIST_SUB+= SEQ="" +.endif + post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|$(PROGRAMS) user_doc|$(PROGRAMS)|' \ diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist index 37d8bf355092..6a51c6e23386 100644 --- a/shells/fish/pkg-plist +++ b/shells/fish/pkg-plist @@ -2,7 +2,7 @@ bin/fish bin/fish_indent bin/fish_pager bin/fishd -bin/seq +%%SEQ%%bin/seq bin/mimedb bin/set_color %%ETCDIR%%/config.fish |