diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 21:52:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 21:52:40 +0000 |
commit | ffb21b5654e56c5c34ac39799d4746eb84c17ecc (patch) | |
tree | b1e4b6e4fe103d42cf22f4306aad320232380044 /converters | |
parent | 6ee8c0d0843a0c7e67e60565ca3dd4dc2fdbcdcb (diff) | |
download | ports-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=29651
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv/Makefile | 2 | ||||
-rw-r--r-- | converters/kdesupport11/Makefile | 2 | ||||
-rw-r--r-- | converters/kdesupport2/Makefile | 2 | ||||
-rw-r--r-- | converters/libutf-8/Makefile | 2 | ||||
-rw-r--r-- | converters/recode/Makefile | 2 | ||||
-rw-r--r-- | converters/uulib/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 4d74d266622b..d06d5c720f51 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/ MAINTAINER= joy@urc.ac.ru -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= iconv.1 MAN3= iconv.3 iconv_close.3 iconv_open.3 diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 59ede63a572f..9b9e51ccfbc4 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_QT= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-libjpeg --without-libgif \ --without-libgdbm --without-libuulib CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index e6d26d03bbc4..abf7378a4822 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= will@FreeBSD.org MOC= ${X11BASE}/bin/moc2 USE_BZIP2= yes USE_QT2= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index 380a11b7c508..ba90bfef7aa3 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -15,7 +15,7 @@ DISTNAME= libutf-8-1.0 MAINTAINER= adam@whizkidtech.net -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 6e8dec78dcf3..146d849c9475 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= recode MAINTAINER= torstenb@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= recode.1 diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 6a8e21241c01..9c8d8308f0b2 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -15,7 +15,7 @@ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN3= uulib.3 |