diff options
author | stas <stas@FreeBSD.org> | 2007-02-22 00:44:59 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-02-22 00:44:59 +0000 |
commit | 22d4d7875405cad341164fb71e05f9246407472b (patch) | |
tree | 71ca71e637e2a60bef7014f9007a76eab87a0273 /lang/newlisp | |
parent | 61a4f31e823db024ddd997e578727287c15ee4b8 (diff) | |
download | FreeBSD-ports-22d4d7875405cad341164fb71e05f9246407472b.zip FreeBSD-ports-22d4d7875405cad341164fb71e05f9246407472b.tar.gz |
- Remove redundant substitutions
- Bump PORTREVISION.
Diffstat (limited to 'lang/newlisp')
-rw-r--r-- | lang/newlisp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 64b0b9e..a097319 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -8,7 +8,7 @@ PORTNAME= newlisp PORTVERSION= 9.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -101,16 +101,12 @@ post-patch: -e "s,^(bindir=).*,\1${PREFIX}/bin,g" \ ${WRKSRC}/Makefile - @${REINPLACE_CMD} -E -e "s,exec wish,exec wish${TK_VER}," \ - -e "s,/usr/share/newlisp,${DATADIR},g" \ - -e "s,/usr/bin,${PREFIX}/bin,g" \ - ${WRKSRC}/newlisp-tk/newlisp-tk.tcl - @${REINPLACE_CMD} -E \ -e "s,/usr/bin/newlisp,${PREFIX}/bin/newlisp,g" \ -e "s,/usr/share/newlisp,${DATADIR},g" \ -e "s,/usr/lib/newlisp.so,${PREFIX}/lib/newlisp.so,g" \ -e "s,exec wish,exec wish${TK_VER}," \ + -e "s,/usr/bin,${PREFIX}/bin,g" \ ${WRKSRC}/examples/* \ ${WRKSRC}/doc/* \ ${WRKSRC}/modules/* \ |