mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Convert to USES=gmake tcl
- STAGE-clean
This commit is contained in:
parent
df818f055c
commit
39e8d52631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344768
@ -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>
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user