diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-06-14 23:14:00 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-06-14 23:14:00 +0800 |
commit | b96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730 (patch) | |
tree | 6ce4442a494cfb0e8549e9c273ad78decfdb5b08 /net/ipex/Makefile | |
parent | dd8de6ddf46325b27a322c237e51a017620591fb (diff) | |
download | freebsd-ports-gnome-b96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730.tar.gz freebsd-ports-gnome-b96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730.tar.zst freebsd-ports-gnome-b96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730.zip |
Update to 2.3.5
Submitted by: maintainer
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r-- | net/ipex/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index e4ad71b67667..9913f3f8557c 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipex -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex @@ -20,12 +20,8 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for file in ipex-HOWTO.pdf ipex-HOWTO.txt pcap_exprs.txt regexps.txt rfc0768.txt rfc0792.txt rfc0793.txt - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor +.if ${OSVERSION} >= 500000 +BROKEN= "currently does not support -CURRENT" .endif .include <bsd.port.post.mk> |