mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 6.10.2. Nuke bad @cwd directive.
PR: 26413 Submitted by: maintainer
This commit is contained in:
parent
8e06787fe4
commit
56885aa4eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41048
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= t3x
|
||||
PORTVERSION= 6.10.1
|
||||
DISTNAME= t3x-6A1
|
||||
PORTVERSION= 6.10.2
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= http://www.t3x.org/Compiler/ \
|
||||
http://www.homepages.de/home/nmh/T3X/Compiler/
|
||||
DISTNAME= t3x-6A2
|
||||
|
||||
MAINTAINER= nmh@t3x.org
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (t3x-6A1.tar.gz) = e60670bc08e35f203b248fb53764183c
|
||||
MD5 (t3x-6A2.tar.gz) = 7263901444be7cee58b10b21e05edd0e
|
||||
|
@ -1,9 +1,9 @@
|
||||
@cwd /usr/local
|
||||
bin/s86
|
||||
bin/thelp
|
||||
bin/tx
|
||||
bin/txcm
|
||||
bin/txdump
|
||||
bin/txmake
|
||||
bin/txpc
|
||||
bin/txprint
|
||||
bin/txsum
|
||||
@ -22,6 +22,7 @@ t3x/r6/bin/txcm
|
||||
t3x/r6/bin/txdpf
|
||||
t3x/r6/bin/txdump
|
||||
t3x/r6/bin/txld
|
||||
t3x/r6/bin/txmake
|
||||
t3x/r6/bin/txopt
|
||||
t3x/r6/bin/txpc
|
||||
t3x/r6/bin/txprint
|
||||
@ -76,6 +77,8 @@ t3x/r6/lib/xmem.so
|
||||
t3x/r6/system.txrc
|
||||
t3x/r6/txprint.rules
|
||||
@unexec rm -f %D/t3x/r6/classes/CLASSND-
|
||||
@unexec rm -f %D/t3x/r6/classes/CLASSNDX
|
||||
@unexec rm -f %D/t3x/r6/doc/sdv-config
|
||||
@dirrm t3x/r6/bin
|
||||
@dirrm t3x/r6/classes
|
||||
@dirrm t3x/r6/lib
|
||||
|
Loading…
Reference in New Issue
Block a user