diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-12 03:24:27 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-12 03:24:27 +0000 |
commit | 6e00c2544b9872ff44f10daffd1cb6952ab755f6 (patch) | |
tree | 1945ab7bbaf3f649782024f0392dfe7a19e1b60b | |
parent | 9fbbf504206491a1a90d464fd108ac07260f69d3 (diff) | |
download | FreeBSD-ports-6e00c2544b9872ff44f10daffd1cb6952ab755f6.zip FreeBSD-ports-6e00c2544b9872ff44f10daffd1cb6952ab755f6.tar.gz |
INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIB
-rw-r--r-- | mail/dsbl-testers/Makefile | 2 | ||||
-rw-r--r-- | multimedia/openquicktime/Makefile | 2 | ||||
-rw-r--r-- | net/netdude/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/dsbl-testers/Makefile b/mail/dsbl-testers/Makefile index 486c0bb..d16fe47 100644 --- a/mail/dsbl-testers/Makefile +++ b/mail/dsbl-testers/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \ ${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns HAS_CONFIGURE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 4e64806..9371a4e 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes PKGDEINSTALL= ${PKGINSTALL} OPTIONS= DEBUG "Turn on debugging" on diff --git a/net/netdude/Makefile b/net/netdude/Makefile index f1664cf..187be22 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl" USE_GMAKE= yes USE_GNOME= glib12 gtk12 -INSTALL_SHLIB= yes +INSTALLS_SHLIB= yes USE_REINPLACE= yes MAN1= netdude.1 |