diff options
Diffstat (limited to 'www/ns-plugger-common/Makefile')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 329693a4756..183978a1989 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/22 11:02:12 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/25 00:20:25 jlam Exp $ # DISTNAME= plugger-3.2-linux-x86-glibc @@ -33,6 +33,8 @@ PLUGGERVERS= ${PLUGGERFULL:C/.*-//} PLUGGERNAME= ${PLUGGERFULL:C/-.*//} NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins +LDD?= ${TRUE} + do-install: .if ${BINNAME} != common cd ${WRKSRC} && \ |