diff options
author | miwi <miwi@FreeBSD.org> | 2010-07-12 15:38:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-07-12 15:38:51 +0800 |
commit | 1881c8401b8092366210ea9595734d4df0719962 (patch) | |
tree | eec60659c8c2abc115ebf920b7753d3da48d8152 /games/rocksndiamonds/Makefile | |
parent | 5dd98aa3639086723e1b6fcd5e2da1fcb2d981cb (diff) | |
download | freebsd-ports-gnome-1881c8401b8092366210ea9595734d4df0719962.tar.gz freebsd-ports-gnome-1881c8401b8092366210ea9595734d4df0719962.tar.zst freebsd-ports-gnome-1881c8401b8092366210ea9595734d4df0719962.zip |
- Update to 3.3.0.1
PR: 148501
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r-- | games/rocksndiamonds/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index bc03ef4ae791..2734cef0e79b 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rocksndiamonds -PORTVERSION= 3.2.6.1 -PORTREVISION= 1 +PORTVERSION= 3.3.0.1 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \ http://freebsd.unixfreunde.de/sources/ @@ -45,7 +44,7 @@ do-install: @${CHMOD} 777 ${DATADIR}/scores .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for docfile in CHANGES ChangeLog CREDITS HARDWARE README TODO +.for docfile in ChangeLog CREDITS README ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor @${MKDIR} ${DOCSDIR}/elements |