diff options
author | asami <asami@FreeBSD.org> | 2000-06-16 21:52:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-16 21:52:40 +0000 |
commit | 3edb13972140be391bcbba775030ae304f9a847d (patch) | |
tree | 46c6a624389a09a95109aa009b8778cb6dbe21d2 /textproc | |
parent | 39c5cc44261d2db3b384ef374f2f7a08c2396132 (diff) | |
download | FreeBSD-ports-3edb13972140be391bcbba775030ae304f9a847d.zip FreeBSD-ports-3edb13972140be391bcbba775030ae304f9a847d.tar.gz |
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 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/cole/Makefile | 2 | ||||
-rw-r--r-- | textproc/jade/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxode/Makefile | 2 | ||||
-rw-r--r-- | textproc/pspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/sp/Makefile | 2 | ||||
-rw-r--r-- | textproc/xls2xml/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 91bb4d2..f4e4701 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= pspell.2:${PORTSDIR}/textproc/pspell USE_NEWGCC= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 9753e59..2594247 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -14,6 +14,6 @@ MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ MAINTAINER= sobomax@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 9ad122d..dfd642c 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -22,7 +22,7 @@ BROKEN= nsgmls coredumps in static constructors USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index be4e23f..e002376 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index be4e23f..e002376 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index 41f18d2..bc2f3b6 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -13,6 +13,6 @@ MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile index d929d55..8fc62ac 100644 --- a/textproc/pspell/Makefile +++ b/textproc/pspell/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org USE_NEWGCC= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFILES= configure modules/configure CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 8e5fe9c..37e9070 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MAINTAINER= chuckr@FreeBSD.org -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes post-patch: $(CP) $(WRKSRC)/Makefile $(WRKSRC)/Makefile.sed diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index 59da5d1..5fe9e0b 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> |