diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-10 14:44:03 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-10 14:44:03 +0800 |
commit | 77543d97934b676b7b57dafc297da7f6b9d4c0f0 (patch) | |
tree | 30aefd59cea39d960d349d1a004049f091716d95 | |
parent | 3fe4741b59ea67241e7a596738d422e863a89035 (diff) | |
download | freebsd-ports-gnome-77543d97934b676b7b57dafc297da7f6b9d4c0f0.tar.gz freebsd-ports-gnome-77543d97934b676b7b57dafc297da7f6b9d4c0f0.tar.zst freebsd-ports-gnome-77543d97934b676b7b57dafc297da7f6b9d4c0f0.zip |
Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).
Pointed out by: knu
-rw-r--r-- | textproc/expat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index a78a804cccd0..9f740d23f017 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --enable-shared --enable-static USE_LIBTOOL= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes SHLIB_MAJOR= 2 |