diff options
author | jim <jim@FreeBSD.org> | 2003-04-24 20:08:11 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2003-04-24 20:08:11 +0000 |
commit | 5afd37fae7352fc65c0b738577c72033c4b67e50 (patch) | |
tree | eab647d1b5a6007e8b6bce78a7eae9e3b3853db7 /games/xosmulti | |
parent | 75ba00c0c579dad9be1b37c9a74c7b58d728a6ac (diff) | |
download | FreeBSD-ports-5afd37fae7352fc65c0b738577c72033c4b67e50.zip FreeBSD-ports-5afd37fae7352fc65c0b738577c72033c4b67e50.tar.gz |
Fix typos in COMMENT. Replace spaces with a tab in MASTER_SITES to make
portlint happy. Submitter asked me to commit this since there has been
no response from MAINTAINER.
PR: 49044
Submitted by: Andrew Stuart <elitetek@tekrealm.net>
Diffstat (limited to 'games/xosmulti')
-rw-r--r-- | games/xosmulti/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xosmulti/Makefile b/games/xosmulti/Makefile index 6ee0215..152856b 100644 --- a/games/xosmulti/Makefile +++ b/games/xosmulti/Makefile @@ -8,13 +8,13 @@ PORTNAME= xosmulti PORTVERSION= 1.00 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flathill DISTNAME= ${PORTNAME}_${PORTVERSION}_tar EXTRACT_SUFX= .gz MAINTAINER= flathill@FreeBSD.org -COMMENT= A littele girl catoon on the top of the active window +COMMENT= A little girl cartoon on the top of the active window WRKSRC= ${WRKDIR}/xosmulti USE_X_PREFIX= yes |