diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:04:25 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:04:25 +0000 |
commit | bce811e09f30ebea53186257656230e23fe7826d (patch) | |
tree | 2af38cabafd44228be4877acec5e14d93fd362da | |
parent | Doh, there's no need to include DISTNAME in MASTER_SITES. (diff) |
Fix typo: INSTALL_SHLIBS -> INSTALLS_SHLIB
Notes
Notes:
svn path=/head/; revision=43413
-rw-r--r-- | chinese/libtabe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 7483eadc9193..55dff76bc047 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db WRKSRC= ${WRKDIR}/libtabe USE_XLIB= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |