diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-26 08:44:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-26 08:44:57 +0800 |
commit | 2d90046494026990233cdf4b5283e1a93a3faf24 (patch) | |
tree | 8c035b28bad72e36fd073b726507c7217ddbbf52 /games/polypuzzle/Makefile | |
parent | d66dcffd86f346239013f6a9805901c2bfc1531d (diff) | |
download | freebsd-ports-gnome-2d90046494026990233cdf4b5283e1a93a3faf24.tar.gz freebsd-ports-gnome-2d90046494026990233cdf4b5283e1a93a3faf24.tar.zst freebsd-ports-gnome-2d90046494026990233cdf4b5283e1a93a3faf24.zip |
Update port: games/polypuzzle update to 1.6
- Updating this port will fix the fetch problem.
PR: ports/90406
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'games/polypuzzle/Makefile')
-rw-r--r-- | games/polypuzzle/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/polypuzzle/Makefile b/games/polypuzzle/Makefile index 72322a82057a..7f8387b9c098 100644 --- a/games/polypuzzle/Makefile +++ b/games/polypuzzle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polypuzzle -PORTVERSION= 1.5.1 +PORTVERSION= 1.6 CATEGORIES= games tcl84 tk84 MASTER_SITES= ftp://ibiblio.org/pub/Linux/games/ EXTRACT_SUFX= .tgz @@ -20,10 +20,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes NO_BUILD= yes -DOC_FILES= About Bugs Changelog Copyright Install Math Readme Thanks Todo +DOC_FILES= About Bugs Changelog Install Instructions Links Math Readme \ + Thanks Todo DATA_FILES= menus pieces.3x20 pieces.783 pieces.bonus pieces.colours \ pieces.flower pieces.large pieces.medium pieces.monster \ - pieces.small pieces.square pieces.star pieces.triangle + pieces.round pieces.small pieces.square pieces.star \ + pieces.triangle pre-install: @${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:g" ${WRKSRC}/polypuzzle |