diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/cgic/Makefile | 2 | ||||
-rw-r--r-- | www/cgihtml/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 2 | ||||
-rw-r--r-- | www/libghttp/Makefile | 2 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 2 | ||||
-rw-r--r-- | www/libxpg4-ns/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/www/cgic/Makefile b/www/cgic/Makefile index ddade5379097..cdc671ad53c4 100644 --- a/www/cgic/Makefile +++ b/www/cgic/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes ALL_TARGET= libcgic.so.1 diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 843a0e8d36b6..f6d0ac8a4baa 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.eekim.com/pub/users/eekim/cgihtml/ MAINTAINER= i.vaudrey@bigfoot.com -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes post-extract: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index f8d9fe219f79..c5a63b6d33f9 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index f8d9fe219f79..c5a63b6d33f9 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index f8d9fe219f79..c5a63b6d33f9 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 14f9942cbf1e..e3a3cccf195e 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= stable/sources/libghttp MAINTAINER= vanilla@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index f8d9fe219f79..c5a63b6d33f9 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/libxpg4-ns/Makefile b/www/libxpg4-ns/Makefile index ff56cc439107..3f69dc6af0b4 100644 --- a/www/libxpg4-ns/Makefile +++ b/www/libxpg4-ns/Makefile @@ -14,7 +14,7 @@ DISTNAME= libxpg4-3.3 MAINTAINER= sada@FreeBSD.ORG -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 PORTOBJFORMAT= aout |