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 /archivers | |
parent | Fix typo (database -> databases) that killed INDEX build. (diff) |
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 'archivers')
-rw-r--r-- | archivers/ark/Makefile | 2 | ||||
-rw-r--r-- | archivers/bzip2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ 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/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 8f4869bff570..9ea723fe32ce 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org FETCH_BEFORE_ARGS= -b -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= bzip2.1 MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bz2cat.1 \ diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 319a8bacffe7..f52d96490d92 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 319a8bacffe7..f52d96490d92 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) |