diff options
author | wiz <wiz> | 2001-05-01 21:37:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-01 21:37:04 +0000 |
commit | 1549da5d74bd3a289c4738d4468c2f6482aa9acc (patch) | |
tree | 69f049fedd79234b8279e413dcdf12b45d1b806a | |
parent | 538523f0327fe7620f2cfbf38228243a9ac00b95 (diff) | |
download | pkgsrc-1549da5d74bd3a289c4738d4468c2f6482aa9acc.tar.gz |
Fix typo (with no actual effect)
-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 # |