aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fish/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-04-16 19:38:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-04-16 19:38:12 +0800
commit0905f60def6caaffebeaf80ff71f35c9db8b2adb (patch)
tree191f53404b92045359a66ff0888f2d06b32eae2e /shells/fish/Makefile
parent3cfcdd8c6ab41ab315caa83a7b1c911e278b9f43 (diff)
downloadfreebsd-ports-gnome-0905f60def6caaffebeaf80ff71f35c9db8b2adb.tar.gz
freebsd-ports-gnome-0905f60def6caaffebeaf80ff71f35c9db8b2adb.tar.zst
freebsd-ports-gnome-0905f60def6caaffebeaf80ff71f35c9db8b2adb.zip
- Fix plist if seq provided by base system
PR: 145640 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r--shells/fish/Makefile8
1 files changed, 7 insertions, 1 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)|' \