diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-15 10:32:42 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-15 10:32:42 +0000 |
commit | 5c5d77b55083944cb9f7dd919c6d2ec9f4cedca8 (patch) | |
tree | 02da19803a87c16cf7d8ea1390c9770732f99c58 /databases/pgaccess/Makefile | |
parent | b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d (diff) | |
download | FreeBSD-ports-5c5d77b55083944cb9f7dd919c6d2ec9f4cedca8.zip FreeBSD-ports-5c5d77b55083944cb9f7dd919c6d2ec9f4cedca8.tar.gz |
Maintainer update: downgrade to TCL 8.3 because the dependent port
requires that version. PR: ports/56884.
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r-- | databases/pgaccess/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 029cd47..4f1d0a4 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= pgtcl:${PORTSDIR}/databases/postgresql-tcltk USE_REINPLACE= yes -TCL_VERSION?= 8.4 +TCL_VERSION?= 8.3 PGACCESSDOCDIR= ${PREFIX}/share/doc/postgresql/pgaccess PGACCESSDIR= ${PREFIX}/share/postgresql/pgaccess @@ -27,12 +27,12 @@ post-patch: @${RM} ${WRKSRC}/lib/mainlib.tcl.bak do-build: -.for file in pgaccess.tcl pgmonitor +.for targetfile in pgaccess.tcl pgmonitor @ ${SED} -e "s,%%LOCALBASE%%,${LOCALBASE},g; \ s,%%TCL_VERSION%%,${TCL_VERSION},g; \ s,%%PREFIX%%,${PREFIX},g; \ - s,%%PROGRAM%%,${file},g" \ - < ${FILESDIR}/run-tcl-file > ${WRKDIR}/${file:R}.sh + s,%%PROGRAM%%,${targetfile},g" \ + < ${FILESDIR}/run-tcl-file > ${WRKDIR}/${targetfile:R}.sh .endfor do-install: @@ -41,8 +41,8 @@ do-install: ${TAR} cf - `${FIND} * ! \( -path win32\* -o -path doc\* \)` | \ ( cd ${PGACCESSDIR}; ${TAR} xf - ) ; \ ${CHOWN} -R 0:0 ${PGACCESSDIR} -.for file in pgaccess pgmonitor - ${INSTALL_SCRIPT} ${WRKDIR}/${file}.sh ${PREFIX}/bin/${file} +.for targetfile in pgaccess pgmonitor + ${INSTALL_SCRIPT} ${WRKDIR}/${targetfile}.sh ${PREFIX}/bin/${targetfile} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${PGACCESSDOCDIR} ; \ |