diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-05-13 03:18:47 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-05-13 03:18:47 +0000 |
commit | 880508884e7438032b95f882622a15925bd4781f (patch) | |
tree | a29fcc59f95ff9e800eaeabf95b8dbfbd93c92c1 /security | |
parent | - simplify dependency (diff) |
Be able to install as non-root.
PR: ports/133791
Submitted by: jhb
Notes
Notes:
svn path=/head/; revision=233805
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 83d4ee954577..644fbbf07231 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -243,7 +243,7 @@ post-patch: ${.CURDIR}/pkg-message > ${PKGMESSAGE} # Create Cyrus user and group -pre-install: +pre-su-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: |