diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
commit | ffb21b5654e56c5c34ac39799d4746eb84c17ecc (patch) | |
tree | b1e4b6e4fe103d42cf22f4306aad320232380044 /devel/swig11 | |
parent | 6ee8c0d0843a0c7e67e60565ca3dd4dc2fdbcdcb (diff) | |
download | freebsd-ports-gnome-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.tar.gz freebsd-ports-gnome-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.tar.zst freebsd-ports-gnome-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.zip |
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
Diffstat (limited to 'devel/swig11')
-rw-r--r-- | devel/swig11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 9321a918b996..8686d4ede600 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 <bsd.port.mk> |