aboutsummaryrefslogtreecommitdiff
path: root/security/drweb
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-11-30 14:31:02 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-11-30 14:31:02 +0000
commit53fbbc411fe472cf628759c8e8c93108bffb173a (patch)
treee30a1d2ec9281359a5d206e01681c778a137369b /security/drweb
parentd43ca898a0954b2a457087ac2000aa66ce34e128 (diff)
downloadports-53fbbc411fe472cf628759c8e8c93108bffb173a.tar.gz
ports-53fbbc411fe472cf628759c8e8c93108bffb173a.zip
- Fix error of chown directory of configuration files.
PR: ports/89757 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=150051
Diffstat (limited to 'security/drweb')
-rw-r--r--security/drweb/Makefile2
-rw-r--r--security/drweb/pkg-install1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 1de5e964fe25..18059642c056 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -70,6 +70,6 @@ post-install:
${TAR} -cf - -C ${WRKSRC}${LOCALBASE}/drweb/doc . | \
${TAR} -xf - -C ${DOCSDIR}
.endif
- ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX}
+ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX} ${PREFIX}
.include <bsd.port.post.mk>
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install
index b45df46a6891..b162e39b1700 100644
--- a/security/drweb/pkg-install
+++ b/security/drweb/pkg-install
@@ -8,6 +8,7 @@ fi
DRWEB_PREFIX="$3"
DRWEB_VARPREFIX="$4"
+PREFIX="$5"
USER=drweb
GROUP=${USER}
UID=426