From 3edb13972140be391bcbba775030ae304f9a847d Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 16 Jun 2000 21:52:40 +0000 Subject: Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax --- devel/swig11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/swig11') diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 9321a91..8686d4e 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ --with-tcllib=${PREFIX}/lib/tcl8.2/ ALL_TARGET= swig runtime PLIST_SUB+= VER="1.3" - + .include -- cgit v1.1