diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:27:05 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:27:05 +0000 |
commit | a2c3d36420de604b442e58dcd9b839b1cfed7773 (patch) | |
tree | 6c2abb1ad9b5824478cd02ed4330673d08f05302 /misc/tkregexp/Makefile | |
parent | update cad/gmsh: 1.45.1 -> 1.45.2 (diff) |
update misc/tkregexp: 2.1 -> 3.0
PR: 55726
Submitted by: Nicola Vitale <nivit@libero.it>
Notes
Notes:
svn path=/head/; revision=87427
Diffstat (limited to 'misc/tkregexp/Makefile')
-rw-r--r-- | misc/tkregexp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 7c3012bfc93b..2b30e0a9e308 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tkregexp -PORTVERSION= 2.1 +PORTVERSION= 3.0 CATEGORIES= misc tk83 MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} @@ -17,11 +17,10 @@ COMMENT= An interactive regexp design tool RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_WRKSUBDIR= yes -USE_ZIP= yes NO_BUILD= yes USE_X_PREFIX= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME} + @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |