diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-01 21:37:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-01 21:37:04 +0000 |
commit | 848f6dc8ad7a32b2f0f06bc4a90834f7de18759d (patch) | |
tree | 69f049fedd79234b8279e413dcdf12b45d1b806a /www | |
parent | 96058422d40b5a683552d9e3bb690fe4ac4ad35b (diff) | |
download | pkgsrc-848f6dc8ad7a32b2f0f06bc4a90834f7de18759d.tar.gz |
Fix typo (with no actual effect)
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 6fad6001f51..ae50e85c704 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2001/04/30 23:18:54 kei Exp $ +# $NetBSD: Makefile.common,v 1.36 2001/05/01 21:37:04 wiz Exp $ # # Common include file for communicator and navigator packages @@ -92,7 +92,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC SORT= sort RPM2PKG= rpm2pkg RPM2PKGARGS= ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} -VENDER_NAME= # empty. what should be here? +VENDOR_NAME= # empty. what should be here? .endif # |