- Force empty dir creation on pkg-plist to create it when installed using a
package - Bump PORTREVISION Notified by: pointyhat via linimon
This commit is contained in:
parent
8f78a7c8f7
commit
d66f1422cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199831
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libslang2
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${PORTVERSION:R}/ \
|
||||
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${PORTVERSION:R}/ \
|
||||
|
|
|
@ -84,6 +84,7 @@ lib/slang/v2/modules/varray-module.so
|
|||
%%DATADIR%%/structfuns.sl
|
||||
%%DATADIR%%/termios.sl
|
||||
%%DATADIR%%/varray.sl
|
||||
@exec mkdir -p %D/%%DATADIR%%/local-packages
|
||||
@dirrmtry lib/slang/v2/modules
|
||||
@dirrmtry lib/slang/v2
|
||||
@dirrmtry lib/slang
|
||||
|
|
Loading…
Reference in a new issue