- 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
|
PORTNAME= logcheck
|
||||||
PORTVERSION= 1.3.14
|
PORTVERSION= 1.3.14
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
@ -209,3 +209,4 @@ sbin/logtail2
|
|||||||
@dirrmtry %%DBDIR%%
|
@dirrmtry %%DBDIR%%
|
||||||
@exec mkdir -p %%RUNDIR%%
|
@exec mkdir -p %%RUNDIR%%
|
||||||
@dirrmtry %%RUNDIR%%
|
@dirrmtry %%RUNDIR%%
|
||||||
|
@cwd
|
||||||
|
Loading…
Reference in New Issue
Block a user