pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/awstats fix incorrect usage of ${LOWER_OPSYS} in P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/617fb096a629
branches:  trunk
changeset: 468234:617fb096a629
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 11 12:18:10 2004 +0000

description:
fix incorrect usage of ${LOWER_OPSYS} in PLIST.

diffstat:

 www/awstats/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7982dc08cbfb -r 617fb096a629 www/awstats/PLIST
--- a/www/awstats/PLIST Wed Feb 11 12:17:58 2004 +0000
+++ b/www/awstats/PLIST Wed Feb 11 12:18:10 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/01/12 23:53:50 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/02/11 12:18:10 grant Exp $
 awstats/bin/awstats_buildstaticpages.pl
 awstats/bin/awstats_exportlib.pl
 awstats/bin/awstats_updateall.pl
@@ -440,7 +440,7 @@
 awstats/icon/os/mac.png
 awstats/icon/os/macintosh.png
 awstats/icon/os/macosx.png
-awstats/icon/os/${LOWER_OPSYS}.png
+awstats/icon/os/netbsd.png
 awstats/icon/os/netware.png
 awstats/icon/os/next.png
 awstats/icon/os/openbsd.png



Home | Main Index | Thread Index | Old Index