mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Reset cwd in pkg-plist back to PREFIX before dynamically adding more
directives to TMPPLIST. Otherwise %D is "/", and the chown commands fail during package installation. - Bumped PORTREVISION Feature safe: yes
This commit is contained in:
parent
c434ed55ce
commit
519e58c908
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293609
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= logcheck
|
||||
PORTVERSION= 1.3.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -209,3 +209,4 @@ sbin/logtail2
|
||||
@dirrmtry %%DBDIR%%
|
||||
@exec mkdir -p %%RUNDIR%%
|
||||
@dirrmtry %%RUNDIR%%
|
||||
@cwd
|
||||
|
Loading…
Reference in New Issue
Block a user