diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-07 23:44:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-07 23:44:32 +0000 |
commit | 27ab28ac747d68c17e3eba3842c0b122633403f7 (patch) | |
tree | 7f13e8fcc42d989b27cce0bd65c1c427529c89a2 /sysutils/klaptopdaemon/Makefile | |
parent | 4ccb3b28ed50074450a84bf4b394b8090d91383a (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=195183
Diffstat (limited to 'sysutils/klaptopdaemon/Makefile')
-rw-r--r-- | sysutils/klaptopdaemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/klaptopdaemon/Makefile b/sysutils/klaptopdaemon/Makefile index 03e3aacd6e7d..79603d373d95 100644 --- a/sysutils/klaptopdaemon/Makefile +++ b/sysutils/klaptopdaemon/Makefile @@ -7,7 +7,7 @@ PORTNAME= klaptopdaemon PORTVERSION= ${KDE_VERSION} -PORTREVISON= 1 +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |