diff options
author | ume <ume@FreeBSD.org> | 2009-05-13 11:18:47 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2009-05-13 11:18:47 +0800 |
commit | cb6a34d25175f961f52a9760621a12d7a2d06e8f (patch) | |
tree | 6157348ad3f32f0693b6257a87b0e896a7358097 /security/cyrus-sasl2 | |
parent | debd0e8d54e0d476372a3eb2a2ee8be6ec22e04d (diff) | |
download | freebsd-ports-gnome-cb6a34d25175f961f52a9760621a12d7a2d06e8f.tar.gz freebsd-ports-gnome-cb6a34d25175f961f52a9760621a12d7a2d06e8f.tar.zst freebsd-ports-gnome-cb6a34d25175f961f52a9760621a12d7a2d06e8f.zip |
Be able to install as non-root.
PR: ports/133791
Submitted by: jhb
Diffstat (limited to 'security/cyrus-sasl2')
-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: |