make sure ${WRKSRC}/missing has the proper bits set.
This is especially needed with the compressed flavour set.
This commit is contained in:
parent
997a37376c
commit
9017f88a26
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/29 03:30:02 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/09/15 21:14:36 lebel Exp $
|
||||
|
||||
COMMENT= "tty-based e-mail client, development version"
|
||||
|
||||
@ -80,6 +80,10 @@ CONFIGURE_ARGS+= --with-domain="${DOMAIN}"
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME:S/i$//}
|
||||
|
||||
post-configure:
|
||||
# make sure `missing' as the proper bits sets.
|
||||
@chmod 755 ${WRKSRC}/missing
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/mutt
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mutt
|
||||
|
Loading…
Reference in New Issue
Block a user