diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /x11-toolkits/tk83 | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index e71b6d952749..f6762b66acf2 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/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 |