diff options
author | abs <abs@pkgsrc.org> | 2000-09-02 23:18:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-09-02 23:18:26 +0000 |
commit | 4367d45e3ce71542e8fb016cbfa83af45f900b57 (patch) | |
tree | c7b7b2709194e3d34eb0c954db72e8e7d52b05bc /www/communicator/Makefile | |
parent | 77392c53c702a8bf6e0f363353a56fc448e9c5eb (diff) | |
download | pkgsrc-4367d45e3ce71542e8fb016cbfa83af45f900b57.tar.gz |
Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable
Diffstat (limited to 'www/communicator/Makefile')
-rw-r--r-- | www/communicator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index 7b67d107704..d95e92084f2 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2000/05/09 07:12:57 tron Exp $ +# $NetBSD: Makefile,v 1.27 2000/09/02 23:18:28 abs Exp $ # BINNAME= communicator DIST_SDIR_NAME= complete_install .include "../navigator/Makefile.common" + +.include "../../mk/bsd.pkg.mk" |