diff options
author | krion <krion@FreeBSD.org> | 2004-07-26 00:22:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-26 00:22:02 +0800 |
commit | 4f8b18acefd8d3fc2e4d50dfa58f92d52b6224c3 (patch) | |
tree | a4ed02f638c5ba460e7b52f32e24947614e70a43 /cad/electric/Makefile | |
parent | 582a36b23109c8d88df3a35b39212d9bd465aaea (diff) | |
download | freebsd-ports-gnome-4f8b18acefd8d3fc2e4d50dfa58f92d52b6224c3.tar.gz freebsd-ports-gnome-4f8b18acefd8d3fc2e4d50dfa58f92d52b6224c3.tar.zst freebsd-ports-gnome-4f8b18acefd8d3fc2e4d50dfa58f92d52b6224c3.zip |
Update to version 7.0.0
PR: ports/69577
Submitted by: Ports Fury
Diffstat (limited to 'cad/electric/Makefile')
-rw-r--r-- | cad/electric/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile index 68544ac04e2e..285ac897c0a6 100644 --- a/cad/electric/Makefile +++ b/cad/electric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= electric -PORTVERSION= 6.0.8 +PORTVERSION= 7.0.0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^(...)\./\1/} MAINTAINER= ports@FreeBSD.org COMMENT= A Sophisticated electrical CAD system -USE_REINPLACE= yes -USE_SIZE= yes -USE_XLIB= yes USE_MOTIF= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= -with-x post-patch: @${REINPLACE_CMD} -e 's|/usr/share/electric/lib/|${DATADIR}/lib/|; \ @@ -34,4 +31,7 @@ post-patch: ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}/|' ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${PREFIX}/bin/electric + .include <bsd.port.mk> |