diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-25 09:30:13 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-25 09:30:13 +0000 |
commit | da3de0a73466dac48d9df0afc883e1f24ed973fc (patch) | |
tree | 8cdf47402e882fc79991bfe130f1fa963b85261e /lang/bwbasic | |
parent | 772ac3852f89750a9c215b7c2972d7c122b53693 (diff) |
- Fix build
Notes
Notes:
svn path=/head/; revision=248525
Diffstat (limited to 'lang/bwbasic')
-rw-r--r-- | lang/bwbasic/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile index 88829982dbd6..a35a589ea024 100644 --- a/lang/bwbasic/Makefile +++ b/lang/bwbasic/Makefile @@ -19,6 +19,9 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR} MAKE_ARGS= CFLAGS="${CFLAGS} -ansi" +post-patch: + ${CHMOD} a+x ${WRKDIR}/configure + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} |