diff options
author | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
commit | 3edb13972140be391bcbba775030ae304f9a847d (patch) | |
tree | 46c6a624389a09a95109aa009b8778cb6dbe21d2 /security | |
parent | 39c5cc44261d2db3b384ef374f2f7a08c2396132 (diff) | |
download | freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.gz freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.zst freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.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 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/heimdal/Makefile | 2 | ||||
-rw-r--r-- | security/kgpg-kde4/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-16/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 2 | ||||
-rw-r--r-- | security/krb5/Makefile | 2 | ||||
-rw-r--r-- | security/kwallet/Makefile | 2 | ||||
-rw-r--r-- | security/libmcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/libparanoia/Makefile | 2 | ||||
-rw-r--r-- | security/mhash/Makefile | 2 | ||||
-rw-r--r-- | security/rsaref/Makefile | 2 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index de5d00e64bf5..75b9e5164b0a 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -16,7 +16,7 @@ MAINTAINER= hetzels@westbend.net USE_OPENSSL= RSA -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index de5d00e64bf5..75b9e5164b0a 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= hetzels@westbend.net USE_OPENSSL= RSA -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 40f1c5f9fe3f..26bf0ae8e59b 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -30,7 +30,7 @@ MAN8= ftpd.8 hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 \ string2key.8 USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared .if defined(HEIMDAL_HOME) diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/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/security/krb5-16/Makefile b/security/krb5-16/Makefile index acd501567d7a..799d910670a3 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" CONFIGURE_ENV= INSTALL="${INSTALL}" diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index acd501567d7a..799d910670a3 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" CONFIGURE_ENV= INSTALL="${INSTALL}" diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index acd501567d7a..799d910670a3 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" CONFIGURE_ENV= INSTALL="${INSTALL}" diff --git a/security/krb5/Makefile b/security/krb5/Makefile index acd501567d7a..799d910670a3 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" CONFIGURE_ENV= INSTALL="${INSTALL}" diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/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/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 3880ab6860e2..e46bcd8d8264 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \ MAINTAINER= nsayer@freebsd.org -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-posix-threads diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile index de8e89a0cdef..b7ea1b70c995 100644 --- a/security/libparanoia/Makefile +++ b/security/libparanoia/Makefile @@ -14,7 +14,7 @@ MAINTAINER= snar@paranoia.ru ONLY_FOR_ARCHS= i386 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes # this library depends on system-defined headers "SYS.h" and "DEFS.h" # which may differ from release to release. diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 720d6a1202e0..a171a98a24f3 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://schumann.cx/mhash/dl/ MAINTAINER= nsayer@freebsd.org -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r' diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 01e4790221df..a8d34fdd75ce 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -23,7 +23,7 @@ MAINTAINER= kris@FreeBSD.ORG WRKSRC= ${WRKDIR}/source RESTRICTED= "Contains cryptography" -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes pre-extract: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 5b070338407a..7118e5c34e51 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -17,7 +17,7 @@ MAINTAINER= torstenb@FreeBSD.org FORBIDDEN= tcp_wrappers is in the base system .endif -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes ALL_TARGET= freebsd MAN3= hosts_access.3 |