diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 00:37:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 00:37:26 +0000 |
commit | c717e128f01f7f92122d2ca35af540fb18952940 (patch) | |
tree | 85b943e920155f8e6d711f272422dc586e02889a /mail/qmail-scanner/pkg-install | |
parent | 70f2bc28c543feead67af9d76c95f2c1bdfcfb8c (diff) |
- Update to 1.22
PR: ports/65974
Submitted by: <freebsd@simplerezo.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=110341
Diffstat (limited to 'mail/qmail-scanner/pkg-install')
-rw-r--r-- | mail/qmail-scanner/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmail-scanner/pkg-install b/mail/qmail-scanner/pkg-install index e861383a19e2..e42be90badcb 100644 --- a/mail/qmail-scanner/pkg-install +++ b/mail/qmail-scanner/pkg-install @@ -19,6 +19,7 @@ PRE-INSTALL) ${PW} usershow -n ${GU_NAME} >/dev/null 2>&1 \ || ${PW} useradd ${GU_NAME} -g ${GU_NAME} -u ${GU_ID} -s /sbin/nologin ${MKDIR} -p ${SPOOLDIR} + ${MKDIR} -p ${PREFIX}/share/examples/qs2mrtg ;; POST-INSTALL) # Directories |