summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-04-16 11:38:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-04-16 11:38:12 +0000
commit751273da692b767734c0d2ef3a54b117190740c0 (patch)
tree7e6db617c58f3478f359b99b225029e18affddf4 /shells
parent- Update to 20100309 (diff)
- Fix plist if seq provided by base system
PR: 145640 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Notes
Notes: svn path=/head/; revision=252763
Diffstat (limited to 'shells')
-rw-r--r--shells/fish/Makefile8
-rw-r--r--shells/fish/pkg-plist2
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