diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-16 02:05:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-16 02:05:31 +0000 |
commit | 0127784d22348784c7758dc50438840b7ce63923 (patch) | |
tree | 19eb8d143b9872da12b099db41a4708a0eed9543 /www/mozilla | |
parent | Upgrade to version 3.4k. (diff) |
Remove unneccessary NO_INSTALL_MANPAGES line.
Submitted by: asami
Notes
Notes:
svn path=/head/; revision=10527
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index ed4cf6132f8b..f15484a5260d 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $Id: Makefile,v 1.19 1998/04/12 17:58:37 jseger Exp $ +# $Id: Makefile,v 1.20 1998/04/13 10:59:30 jseger Exp $ # DISTNAME= unix_19980408 @@ -17,7 +17,6 @@ MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/ns USE_GMAKE= yes -NO_INSTALL_MANPAGES=yes DIST_SUBDIR= mozilla MAKE_ENV= NO_SECURITY=1 MOZ_MEDIUM=1 MOZILLA_CLIENT=1 NO_MDUPDATE=1 \ LD_LIBRARY_PATH=${LOCALBASE}/lib |