diff options
author | crees <crees@FreeBSD.org> | 2011-10-02 22:17:54 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-10-02 22:17:54 +0800 |
commit | 18db8f3916370a37b73c363e3581f2992aa23e8d (patch) | |
tree | 8e2febe0c88d3da5c31930348bb498f3201db736 /mail | |
parent | da6d6278ba4b5201bd053b517b15b6996d819ce5 (diff) | |
download | freebsd-ports-gnome-18db8f3916370a37b73c363e3581f2992aa23e8d.tar.gz freebsd-ports-gnome-18db8f3916370a37b73c363e3581f2992aa23e8d.tar.zst freebsd-ports-gnome-18db8f3916370a37b73c363e3581f2992aa23e8d.zip |
Use pre-su-install for pkg-install script-- creating users fails when not root
Noticed by: bz
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postgrey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 6e79fddffd62..f6a7cf8c1714 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e 's#/etc/postfix#${PREFIX}&#' ${WRKSRC}/postgrey ${WRKSRC}/postgrey_whitelist_* @${REINPLACE_CMD} -e 's#/var/spool/postfix/postgrey#${PGY_DIR}#' ${WRKSRC}/postgrey ${WRKSRC}/contrib/postgreyreport -pre-install: +pre-su-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: |