diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:19:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:19:52 +0800 |
commit | df3a76d24b6e8ffed73c8b42a24ca26a8561dfea (patch) | |
tree | c65e6a653b92bf1a3756b5291b5097a864343080 /graphics | |
parent | b064aaa6e5926785962b569b9f5ee08f43be90cf (diff) | |
download | freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.tar.gz freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.tar.zst freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.zip |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Cgraph/Makefile | 2 | ||||
-rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
-rw-r--r-- | graphics/Hermes/Makefile | 2 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/aalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgplot/Makefile | 2 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/sane-backends/Makefile | 2 | ||||
-rw-r--r-- | graphics/sane-frontends/Makefile | 2 | ||||
-rw-r--r-- | graphics/sane/Makefile | 2 | ||||
-rw-r--r-- | graphics/smpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tifmerge/Makefile | 2 | ||||
-rw-r--r-- | graphics/twinlib/Makefile | 2 | ||||
-rw-r--r-- | graphics/urt/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile index b0e7990e4a9f..ab6ba33dc690 100644 --- a/graphics/Cgraph/Makefile +++ b/graphics/Cgraph/Makefile @@ -15,7 +15,7 @@ MAINTAINER= tobez@plab.ku.dk WRKSRC= ${WRKDIR}/Cgraph/source -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index dceed4e34c20..906c103aac45 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 6a2a0cde4cfd..80d840e7a6c4 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://tzo.linux.tucows.com/files/x11/dev/ \ MAINTAINER= will@FreeBSD.org USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes USE_GMAKE= yes post-install: diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 107400474681..7e4ec06be476 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -40,7 +40,7 @@ MAN5= quantize.5 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} USE_AUTOCONF= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5} \ --enable-16bit-pixel diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 72387ecb42cf..b624fd2fd3c8 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org USE_AUTOCONF= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes .include <bsd.port.pre.mk> diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index f5aab1dcb296..cf5732c24a48 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jmz@FreeBSD.org USE_XLIB= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/pgplot .include <bsd.port.pre.mk> diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 0bec7078c7ea..8d8652595996 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -15,7 +15,7 @@ MAINTAINER= chuckr@FreeBSD.org USE_XLIB= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libplotter --enable-libxmi diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 65f04acfcdda..ac23d3cbeaf5 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -21,7 +21,7 @@ PATCHFILES= libpng-1.0.6-patch-a.txt.gz \ MAINTAINER= ache@FreeBSD.org -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes MAN3= libpng.3 libpngpf.3 MAN5= png.5 diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 14deea1babb3..e74019aed032 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 14deea1babb3..e74019aed032 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 14deea1babb3..e74019aed032 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/smpeg/Makefile b/graphics/smpeg/Makefile index 8779a3cf2ae4..fc2d23f5e26c 100644 --- a/graphics/smpeg/Makefile +++ b/graphics/smpeg/Makefile @@ -19,7 +19,7 @@ GTK_CONFIG= ${X11BASE}/bin/gtk12-config SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ SDL_CONFIG="${SDL_CONFIG}" \ GLBASE="${X11BASE}" \ diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 1dd79e466721..39ab0b5072e7 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG \ --with-DIR_BIN=${PREFIX}/bin \ diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 78764af7179f..a9d9340193ce 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -15,7 +15,7 @@ MAINTAINER= adam@whizkidtech.net BUILD_DEPENDS= tuc:${PORTSDIR}/converters/tuc -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes USE_ZIP= yes DIST_SUBDIR= tifmerge MAN3= tifmerge.3 diff --git a/graphics/twinlib/Makefile b/graphics/twinlib/Makefile index 887d61c7b6c3..271cccc8c068 100644 --- a/graphics/twinlib/Makefile +++ b/graphics/twinlib/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/tmake:${PORTSDIR}/devel/tmake USE_QT= yes USE_X_PREFIX= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/twinlib MAKE_ENV+= PREFIX=${PREFIX} CXX=${CXX} VERSION= 0 diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index c33e91b197b4..a1262091f88c 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z USE_XLIB= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index ae915c312ef6..cc5b4727eb59 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes MAN1= cxpm.1 sxpm.1 |