diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-16 11:38:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-16 11:38:12 +0000 |
commit | 751273da692b767734c0d2ef3a54b117190740c0 (patch) | |
tree | 7e6db617c58f3478f359b99b225029e18affddf4 /shells/fish/Makefile | |
parent | cf0be0750029b0d1f761d9d65a0e1516b85db2c9 (diff) | |
download | ports-751273da692b767734c0d2ef3a54b117190740c0.tar.gz ports-751273da692b767734c0d2ef3a54b117190740c0.zip |
Notes
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r-- | shells/fish/Makefile | 8 |
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)|' \ |