Make the ${WRKSRC}/checks/stamp-checks writeable, otherwise a build would
fail on solaris.
This commit is contained in:
parent
dd0ee38fe9
commit
cba0e1fadb
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.14 2001/07/14 11:54:12 jlam Exp $
|
# $NetBSD: Makefile,v 1.15 2001/10/19 09:13:29 veego Exp $
|
||||||
# FreeBSD Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp
|
# FreeBSD Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --program-prefix=g
|
CONFIGURE_ARGS= --program-prefix=g
|
||||||
INFO_FILES= m4.info
|
INFO_FILES= m4.info
|
||||||
|
|
||||||
|
pre-build:
|
||||||
|
${CHMOD} u+w ${WRKSRC}/checks/stamp-checks
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
|
||||||
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
|
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
|
||||||
|
|
Loading…
Reference in a new issue