diff options
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 91bb4d278621..f4e4701f08d4 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 9753e595528e..259424716330 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 9ad122d27a84..dfd642cd50ca 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 be4e23fcf5d3..e0023765b0ef 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 be4e23fcf5d3..e0023765b0ef 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 41f18d258969..bc2f3b62d8f7 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 d929d55853d3..8fc62acf00cd 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 8e5fe9c2a286..37e90707465b 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 59da5d1c2ff7..5fe9e0b7aebd 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> |