ensure configure is executible
This commit is contained in:
parent
43de13d654
commit
eba731a0da
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/12/09 18:28:12 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2000/12/09 18:43:47 dmcmahill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ipal-20001122
|
||||
|
@ -16,4 +16,7 @@ GNU_CONFIGURE= YES
|
|||
USE_GMAKE= YES
|
||||
USE_X11= YES
|
||||
|
||||
post-patch:
|
||||
${CHMOD} a+x ${WRKSRC}/configure
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue