diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-13 04:28:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-13 04:28:24 +0800 |
commit | aeab8d3a6f50b959484103d4b8419eb1ad52b391 (patch) | |
tree | 02a2cfe7945349864d7c8067b1d9a864b336739e /games | |
parent | 6547e0395dae3e714e4855dd590a859ddc25e1b2 (diff) | |
download | freebsd-ports-gnome-aeab8d3a6f50b959484103d4b8419eb1ad52b391.tar.gz freebsd-ports-gnome-aeab8d3a6f50b959484103d4b8419eb1ad52b391.tar.zst freebsd-ports-gnome-aeab8d3a6f50b959484103d4b8419eb1ad52b391.zip |
- Fix spelling error
Diffstat (limited to 'games')
-rw-r--r-- | games/jvgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jvgs/Makefile b/games/jvgs/Makefile index af04f474ea04..66c443a012e0 100644 --- a/games/jvgs/Makefile +++ b/games/jvgs/Makefile @@ -30,7 +30,7 @@ NO_CDROM= contains data under CC-by-NC-SA PORTDOCS= AUTHORS -PORTDCOUT= ignore:0.5 # unplayable due to broken double jump +PORTSCOUT= ignore:0.5 # unplayable due to broken double jump post-patch: @${REINPLACE_CMD} -e 's|main.lua|${DATADIR}/&|' ${WRKSRC}/src/main.cpp |