. create empty directories needed for dependent ports (those directories
exist at the RPM file but were not treated by install process earlier); . bump PORTREVISION.
This commit is contained in:
parent
282b2c0792
commit
931ec2165f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240593
2 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= tcl
|
||||
PORTVERSION= 8.5.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang linux
|
||||
PKGNAMEPREFIX= linux-f10-
|
||||
PKGNAMESUFFIX= 85
|
||||
|
|
|
@ -923,6 +923,9 @@ usr/share/tcl8/8.4/platform-1.0.3.tm
|
|||
usr/share/tcl8/8.4/platform/shell-1.1.3.tm
|
||||
usr/share/tcl8/8.5/msgcat-1.4.2.tm
|
||||
usr/share/tcl8/8.5/tcltest-2.3.0.tm
|
||||
@comment create empty directories needed for dependent ports
|
||||
@exec /bin/mkdir -p %D/usr/lib/tcl8.5
|
||||
@exec /bin/mkdir -p %D/usr/share/tcl8/8.3
|
||||
@comment non-empty directory listing in revers order
|
||||
@dirrm usr/share/tcl8/8.5
|
||||
@dirrm usr/share/tcl8/8.4/platform
|
||||
|
|
Loading…
Reference in a new issue