diff options
author | grant <grant> | 2004-02-11 12:18:10 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-11 12:18:10 +0000 |
commit | 0f6d2dea99a3b9b62f6bd6895c77b9238e7b3814 (patch) | |
tree | af06fe1e35f9b0e322bc6bbcea10e72077a30926 /www/awstats | |
parent | aeded5616d33ddf66a2a2ec7955791d09f9858ef (diff) | |
download | pkgsrc-0f6d2dea99a3b9b62f6bd6895c77b9238e7b3814.tar.gz |
fix incorrect usage of ${LOWER_OPSYS} in PLIST.
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/awstats/PLIST b/www/awstats/PLIST index ecc14c70e4f..5536ea3127a 100644 --- a/www/awstats/PLIST +++ b/www/awstats/PLIST @@ -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/linux.png 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 |