diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-06 19:30:22 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-06 19:30:22 +0800 |
commit | 3836fd9e5c8873bd518f1d0e27912c25724ec2c4 (patch) | |
tree | feb6084a0d572720af16e68aae295f2dd6da4cf1 /lang/t3x | |
parent | f3c822e5866a35103c1f62520ff01c8948d2605e (diff) | |
download | freebsd-ports-graphics-3836fd9e5c8873bd518f1d0e27912c25724ec2c4.tar.gz freebsd-ports-graphics-3836fd9e5c8873bd518f1d0e27912c25724ec2c4.tar.zst freebsd-ports-graphics-3836fd9e5c8873bd518f1d0e27912c25724ec2c4.zip |
Correct pkg-plist to aid fix of devel/tide
- Add a file that was not included in the package
- Remove offending "@unexec rm" lines that masked the problem
- Bump PORTREVISION
Approved by: portmgr (clement)
Diffstat (limited to 'lang/t3x')
-rw-r--r-- | lang/t3x/Makefile | 1 | ||||
-rw-r--r-- | lang/t3x/pkg-plist | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index c929106aa5b..fc4faf10531 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -7,6 +7,7 @@ PORTNAME= t3x PORTVERSION= 8.1.5 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= http://www.holm-und-jeschag.de/files/ DISTNAME= t3x-${PORTVERSION:S/.//g} diff --git a/lang/t3x/pkg-plist b/lang/t3x/pkg-plist index 124cb7f207a..9a33ec2e8ce 100644 --- a/lang/t3x/pkg-plist +++ b/lang/t3x/pkg-plist @@ -38,6 +38,7 @@ t3x/r8/classes/2/t3x.cls t3x/r8/classes/2/tcode.cls t3x/r8/classes/2/ttyctl.cls t3x/r8/classes/2/util.cls +t3x/r8/classes/CLASSND- t3x/r8/classes/CLASSNDX t3x/r8/classes/char.cls t3x/r8/classes/char.dir @@ -87,10 +88,6 @@ t3x/r8/static.txrc t3x/r8/system.txrc t3x/r8/txprint.rules t3x/r8/uc.txrc -@unexec rm -f %D/t3x/r8/classes/CLASSND- -@unexec rm -f %D/t3x/r8/classes/CLASSNDX -@unexec rm -f %D/t3x/r8/classes/2/CLASSND- -@unexec rm -f %D/t3x/r8/classes/2/CLASSNDX @dirrm t3x/r8/bin @dirrm t3x/r8/classes/2 @dirrm t3x/r8/classes |