1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 1.1.3, and do it in a way that future PLISTs won't have to be

changed as much (thanks to cpiazza).
This commit is contained in:
Bill Fumerola 1999-08-07 20:44:32 +00:00
parent af595a5a90
commit e136544d9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20597
3 changed files with 37 additions and 33 deletions

View File

@ -3,10 +3,10 @@
# Date created: 27 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.4 1998/09/23 22:59:23 hoek Exp $
# $Id: Makefile,v 1.5 1998/12/29 18:22:56 billf Exp $
#
DISTNAME= clig-1.0.2
DISTNAME= clig-1.1.3
CATEGORIES= devel tcl80
MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/
@ -21,11 +21,12 @@ MAN1= clig.1
NO_BUILD= yes
MAKEFILE= makefile
MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.0
PLIST_SUB= VERSION=${DISTNAME}
do-patch:
chmod a+r ${WRKSRC}/CHANGES
${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \
@/usr/sbin/chmod a+r ${WRKSRC}/CHANGES
@${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
@${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \
-e 's#LROOT =~/tools#LROOT =${PREFIX}#' \
-e 's#DOCDIR =$$(prefix)/doc#DOCDIR =${PREFIX}/share/doc/clig#' \
-e 's#MANDIR =$$(prefix)#MANDIR =${MANPREFIX}/man/#' \

View File

@ -1 +1 @@
MD5 (clig-1.0.2.tar.gz) = 24accc741b2472fdc5ad5b4df7cef56a
MD5 (clig-1.1.3.tar.gz) = d840ebc632be0f39a55fc35378f9eccc

View File

@ -1,34 +1,37 @@
bin/clig
share/clig-1.0.2/bin/clig
share/clig-1.0.2/tcl/genCheckMandatory.tcl
share/clig-1.0.2/tcl/genStruct.tcl
share/clig-1.0.2/tcl/genShowOptionValues.tcl
share/clig-1.0.2/tcl/genParse.tcl
share/clig-1.0.2/tcl/genMan.tcl
share/clig-1.0.2/tcl/genDotH.tcl
share/clig-1.0.2/tcl/genDotC.tcl
share/clig-1.0.2/tcl/genDefault.tcl
share/clig-1.0.2/tcl/genUsage.tcl
share/clig-1.0.2/c/catArgv.c
share/clig-1.0.2/c/missingErr.c
share/clig-1.0.2/c/getStringOpts.c
share/clig-1.0.2/c/getStringOpt.c
share/clig-1.0.2/c/getIntOpts.c
share/clig-1.0.2/c/getIntOpt.c
share/clig-1.0.2/c/getFloatOpts.c
share/clig-1.0.2/c/getFloatOpt.c
share/clig-1.0.2/c/checkIntLower.c
share/clig-1.0.2/c/checkIntHigher.c
share/clig-1.0.2/c/checkFloatLower.c
share/clig-1.0.2/c/checkFloatHigher.c
share/clig-1.0.2/c/template.man
share/%%VERSION%%/bin/clig
share/%%VERSION%%/tcl/genCheckMandatory.tcl
share/%%VERSION%%/tcl/genStruct.tcl
share/%%VERSION%%/tcl/genShowOptionValues.tcl
share/%%VERSION%%/tcl/genParse.tcl
share/%%VERSION%%/tcl/genMan.tcl
share/%%VERSION%%/tcl/genDotH.tcl
share/%%VERSION%%/tcl/genDotC.tcl
share/%%VERSION%%/tcl/genDefault.tcl
share/%%VERSION%%/tcl/genUsage.tcl
share/%%VERSION%%/tcl/genGUI.tcl
share/%%VERSION%%/tcl/globalpg.tcl
share/%%VERSION%%/tcl/ober.tcl
share/%%VERSION%%/c/catArgv.c
share/%%VERSION%%/c/missingErr.c
share/%%VERSION%%/c/getStringOpts.c
share/%%VERSION%%/c/getStringOpt.c
share/%%VERSION%%/c/getIntOpts.c
share/%%VERSION%%/c/getIntOpt.c
share/%%VERSION%%/c/getFloatOpts.c
share/%%VERSION%%/c/getFloatOpt.c
share/%%VERSION%%/c/checkIntLower.c
share/%%VERSION%%/c/checkIntHigher.c
share/%%VERSION%%/c/checkFloatLower.c
share/%%VERSION%%/c/checkFloatHigher.c
share/%%VERSION%%/c/template.man
share/doc/clig/makefile
share/doc/clig/cmdline.cli
share/doc/clig/main.c
share/doc/clig/CHANGES
share/doc/clig/WISHLIST
@dirrm share/clig-1.0.2/bin
@dirrm share/%%VERSION%%/bin
@dirrm share/doc/clig
@dirrm share/clig-1.0.2/c
@dirrm share/clig-1.0.2/tcl
@dirrm share/clig-1.0.2
@dirrm share/%%VERSION%%/c
@dirrm share/%%VERSION%%/tcl
@dirrm share/%%VERSION%%