- 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:
Greg Larkin 2012-03-20 20:13:42 +00:00
parent c434ed55ce
commit 519e58c908
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293609
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= logcheck
PORTVERSION= 1.3.14
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -209,3 +209,4 @@ sbin/logtail2
@dirrmtry %%DBDIR%%
@exec mkdir -p %%RUNDIR%%
@dirrmtry %%RUNDIR%%
@cwd