diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 07:51:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 07:51:39 +0000 |
commit | 93de40313fd85a4e207587368e60f0c53e9485ba (patch) | |
tree | 9b1f17c92c070d18f7b3cf8ec2fce680b09e17f1 /cad/qucs/Makefile | |
parent | - Update to 0.29 (diff) |
- Update to 0.0.10
PR: ports/103142
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Diffstat (limited to 'cad/qucs/Makefile')
-rw-r--r-- | cad/qucs/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/cad/qucs/Makefile b/cad/qucs/Makefile index c26a91c7d60a..6f3fb363437c 100644 --- a/cad/qucs/Makefile +++ b/cad/qucs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qucs -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 CATEGORIES= cad science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,17 +19,7 @@ USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes -MAN1= qucs.1 qucsator.1 qucsconv.1 qucsdigi.1 qucsedit.1 \ - qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1 +MAN1= qucs.1 qucsator.1 qucsattenuator.1 qucsconv.1 qucsdigi.1 \ + qucsedit.1 qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extrapatch-qucs-core_src_evaluate.cpp -.endif - -post-patch: - @${REINPLACE_CMD} -e 's#qucsdigi\.bat##g' \ - ${WRKSRC}/qucs/Makefile* - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |