From 6ecd022ab08726ac86847fdcbe47bbd0f7fdb2d8 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 29 Feb 2004 18:47:16 +0000 Subject: Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN. --- devel/swig13/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/swig13/Makefile') diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 00d55e0a5573..290d9bea1eed 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/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} -- cgit v1.2.3