@sample the femail static binary add /usr/sbin/sendmail under the
/var/www chroot. ok sthen@ okan@ (maintainer)
This commit is contained in:
parent
8bc49b2ffa
commit
1964f4b7c5
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2010/11/19 07:23:06 espie Exp $
|
# $OpenBSD: Makefile,v 1.9 2011/03/22 09:45:51 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT-main= simple SMTP client
|
COMMENT-main= simple SMTP client
|
||||||
COMMENT-chroot= simple SMTP client for chrooted apache
|
COMMENT-chroot= simple SMTP client for chrooted apache
|
||||||
@ -8,7 +8,7 @@ DISTNAME= femail-${V}
|
|||||||
PKGNAME-main= femail-${V}
|
PKGNAME-main= femail-${V}
|
||||||
REVISION-main = 1
|
REVISION-main = 1
|
||||||
PKGNAME-chroot= femail-chroot-${V}
|
PKGNAME-chroot= femail-chroot-${V}
|
||||||
REVISION-chroot = 2
|
REVISION-chroot = 3
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
|
||||||
HOMEPAGE= http://bulabula.org/femail/
|
HOMEPAGE= http://bulabula.org/femail/
|
||||||
@ -38,6 +38,7 @@ do-install:
|
|||||||
${INSTALL_PROGRAM} ${WRKSRC}/femail ${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/femail ${PREFIX}/sbin
|
||||||
${INSTALL_MAN} ${WRKSRC}/femail.8 ${PREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/femail.8 ${PREFIX}/man/man8
|
||||||
${INSTALL_PROGRAM_DIR} ${WRKINST}${PREFIX-chroot}/bin
|
${INSTALL_PROGRAM_DIR} ${WRKINST}${PREFIX-chroot}/bin
|
||||||
|
${INSTALL_PROGRAM_DIR} ${WRKINST}${PREFIX-chroot}/usr/sbin
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/femail-static \
|
${INSTALL_PROGRAM} ${WRKSRC}/femail-static \
|
||||||
${WRKINST}${PREFIX-chroot}/bin/femail
|
${WRKINST}${PREFIX-chroot}/bin/femail
|
||||||
|
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
@comment $OpenBSD: PLIST-chroot,v 1.2 2008/07/20 22:26:00 okan Exp $
|
@comment $OpenBSD: PLIST-chroot,v 1.3 2011/03/22 09:45:51 ajacoutot Exp $
|
||||||
|
usr/
|
||||||
|
usr/sbin/
|
||||||
@bin bin/femail
|
@bin bin/femail
|
||||||
|
@mode 0555
|
||||||
|
@sample usr/sbin/sendmail
|
||||||
|
@mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user