diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-29 18:47:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-29 18:47:16 +0000 |
commit | 6ecd022ab08726ac86847fdcbe47bbd0f7fdb2d8 (patch) | |
tree | 2529ce97a69ea4f235fa821cd940a8d7f3a531e2 /devel/swig20 | |
parent | 0501cda9a0095a3d19e912f37f97a28da7e19b5d (diff) |
Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.
Notes
Notes:
svn path=/head/; revision=102564
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 00d55e0a5573..290d9bea1eed 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -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} |