diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-17 22:55:42 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-17 22:55:42 +0800 |
commit | 89185d8095c4dfbf4e2f489424e9a853f75eced3 (patch) | |
tree | 4e7f21a390d1986e7abf0974b5131b8c67e4eb7e | |
parent | cc3b118a60dcb57d4fa3b5263ea48696a99dd8b9 (diff) | |
download | freebsd-ports-gnome-89185d8095c4dfbf4e2f489424e9a853f75eced3.tar.gz freebsd-ports-gnome-89185d8095c4dfbf4e2f489424e9a853f75eced3.tar.zst freebsd-ports-gnome-89185d8095c4dfbf4e2f489424e9a853f75eced3.zip |
- Convert to USES=gmake tcl
- STAGE-clean
-rw-r--r-- | devel/tclmore/Makefile | 5 | ||||
-rw-r--r-- | devel/tclmore/files/patch-Makefile.in | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile index 89d5443958fa..99137b0a7a44 100644 --- a/devel/tclmore/Makefile +++ b/devel/tclmore/Makefile @@ -11,16 +11,15 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= dsh@vlink.ru COMMENT= More TCL commands +USES= gmake tcl GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_TCL= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} INFO= ${PORTNAME} CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --enable-threads +MAKE_ENV+= STAGEDIR=${STAGEDIR} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/tclmore/files/patch-Makefile.in b/devel/tclmore/files/patch-Makefile.in index 3ff329d4dbf4..d20d84a6f80b 100644 --- a/devel/tclmore/files/patch-Makefile.in +++ b/devel/tclmore/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri May 21 20:24:36 2004 -+++ Makefile.in Wed Apr 26 11:01:49 2006 +--- Makefile.in.orig 2004-05-21 18:24:36.000000000 +0200 ++++ Makefile.in 2014-02-17 15:59:39.000000000 +0100 @@ -44,7 +44,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ @@ -9,6 +9,15 @@ #PAGE ## ------------------------------------------------------------ +@@ -52,7 +52,7 @@ + ## ------------------------------------------------------------ + + CONFIGDIR = @CONFIGDIR@ +-INSTALL_ROOT = ++INSTALL_ROOT = ${STAGEDIR} + + # If there is not a value for "TMPDIR" from the environment + # we select a common default. @@ -76,7 +76,7 @@ bindir = @bindir@ |