mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.
This commit is contained in:
parent
0501cda9a0
commit
6ecd022ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102564
@ -16,8 +16,6 @@ COMMENT= Simplified Wrapper and Interface Generator
|
||||
|
||||
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
BROKEN= "Does not install"
|
||||
|
||||
VER= ${PORTVERSION:R}
|
||||
|
||||
# Supported languages: guile perl php4 python ruby tcl ocaml pike java
|
||||
@ -107,7 +105,7 @@ PLIST_SUB+= VER="${VER}"
|
||||
|
||||
post-install:
|
||||
# A separate swig13-runtime port might be nice
|
||||
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
|
||||
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
|
||||
|
||||
|
@ -16,8 +16,6 @@ COMMENT= Simplified Wrapper and Interface Generator
|
||||
|
||||
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
BROKEN= "Does not install"
|
||||
|
||||
VER= ${PORTVERSION:R}
|
||||
|
||||
# Supported languages: guile perl php4 python ruby tcl ocaml pike java
|
||||
@ -107,7 +105,7 @@ PLIST_SUB+= VER="${VER}"
|
||||
|
||||
post-install:
|
||||
# A separate swig13-runtime port might be nice
|
||||
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
|
||||
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user