diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 03:24:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 03:24:27 +0000 |
commit | d4de0a6540d5a73f40f6f9b9fe801bb2f0bff1c1 (patch) | |
tree | 7c85365cf43b4cf791d127e3514bc478839bdf34 | |
parent | cf8b48dc6bff4c75ae8cd03fd0b99f5bd3c5bb84 (diff) |
Notes
-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 486c0bb79a08..d16fe47af619 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 4e64806b95fd..9371a4ed76cb 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 f1664cf12b38..187be2235455 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 |