diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /x11-toolkits/tk84 | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index e71b6d952749..f6762b66acf2 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tk -PORTVERSION= 8.3.1 +PORTVERSION= 8.3.1 CATEGORIES= x11-toolkits tk83 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/devel/ \ http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/ @@ -21,9 +21,9 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 +CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 MAKE_ENV= SHORT_TK_VER=83 -PKGINSTALL= ${PKGDIR}/pkg-install.wish +PKGINSTALL= ${PKGDIR}/pkg-install.wish PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish PLIST_SUB= TK_VER=8.3 SHORT_TK_VER=83 |