diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-30 03:16:24 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-30 03:16:24 +0000 |
commit | 95613aa169ec10d430fe7b266662a4722a053e80 (patch) | |
tree | 9760c46ee6ca8ad75997da9fadeeff4cb6abea4d /games/powwow | |
parent | 8c249222c3e290b5aaf2632920c91de23f42f9c8 (diff) |
Notes
Diffstat (limited to 'games/powwow')
-rw-r--r-- | games/powwow/Makefile | 6 | ||||
-rw-r--r-- | games/powwow/distinfo | 4 | ||||
-rw-r--r-- | games/powwow/pkg-plist | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 371e4efaccc2..88acef372cb8 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= powwow -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.17 CATEGORIES= games MASTER_SITES= http://hoopajoo.net/static/projects/ \ ftp://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/ @@ -22,6 +22,10 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/powwow ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/powwow-movieplay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/powwow-muc ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/catrw ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/follow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/powwow.6 ${PREFIX}/man/man6 ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/powwow.doc ${DATADIR} diff --git a/games/powwow/distinfo b/games/powwow/distinfo index 27163099bcd6..fd8904130990 100644 --- a/games/powwow/distinfo +++ b/games/powwow/distinfo @@ -1,2 +1,2 @@ -SHA256 (powwow-1.2.14.tar.gz) = bb048afaf7c5ed2d359961f5c60556609228192c84a57516585da554af2d67cc -SIZE (powwow-1.2.14.tar.gz) = 291838 +SHA256 (powwow-1.2.17.tar.gz) = e8dee1fe9cd6b59cfa20e3e7ef4eb49775b72b80d1d298e23172337cbc78baf6 +SIZE (powwow-1.2.17.tar.gz) = 308660 diff --git a/games/powwow/pkg-plist b/games/powwow/pkg-plist index 36e203626a2c..bb7d78c87b61 100644 --- a/games/powwow/pkg-plist +++ b/games/powwow/pkg-plist @@ -1,4 +1,8 @@ +bin/catrw +bin/follow bin/powwow +bin/powwow-movieplay +bin/powwow-muc %%DATADIR%%/powwow.doc %%DATADIR%%/powwow.help @dirrm %%DATADIR%% |