diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-08-26 10:17:59 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-08-26 10:17:59 +0800 |
commit | c4b7d95c65dcf080db29e1eaf724b4c4860b8b09 (patch) | |
tree | 43c091d859fa7acfb4d4b0ceea59b98d40304c4c /sysutils | |
parent | 39c7b6a8b09e233a6f7e5f09b3ba5a45cf9454f2 (diff) | |
download | freebsd-ports-gnome-c4b7d95c65dcf080db29e1eaf724b4c4860b8b09.tar.gz freebsd-ports-gnome-c4b7d95c65dcf080db29e1eaf724b4c4860b8b09.tar.zst freebsd-ports-gnome-c4b7d95c65dcf080db29e1eaf724b4c4860b8b09.zip |
fix typo in PLIST_DIRS
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdstats/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bsdstats/files/pkg-message.in | 2 | ||||
-rw-r--r-- | sysutils/bsdstats/pkg-message | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index f40119ddc58c..c6369f0cf2cb 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdstats PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils DISTFILES= @@ -16,7 +16,7 @@ COMMENT= Monthly script for reporting anonymous statistics about your machine NO_BUILD= yes PLIST_FILES= etc/periodic/monthly/300.statistics -PLIST_DIRS= etc/periodic/montly \ +PLIST_DIRS= etc/periodic/monthly \ etc/periodic .include <bsd.port.pre.mk> diff --git a/sysutils/bsdstats/files/pkg-message.in b/sysutils/bsdstats/files/pkg-message.in index a5451be1769d..6bc79f1e0664 100644 --- a/sysutils/bsdstats/files/pkg-message.in +++ b/sysutils/bsdstats/files/pkg-message.in @@ -20,6 +20,6 @@ To run it manually the first time, just run it as: /usr/local/etc/periodic/monthly/300.statistics To view current statistics, go to: - http://bsdstats.org + http://www.bsdstats.org ******************** diff --git a/sysutils/bsdstats/pkg-message b/sysutils/bsdstats/pkg-message index a5451be1769d..6bc79f1e0664 100644 --- a/sysutils/bsdstats/pkg-message +++ b/sysutils/bsdstats/pkg-message @@ -20,6 +20,6 @@ To run it manually the first time, just run it as: /usr/local/etc/periodic/monthly/300.statistics To view current statistics, go to: - http://bsdstats.org + http://www.bsdstats.org ******************** |