diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
commit | d47bba1170457206d24ae2f9e981c6179249a50a (patch) | |
tree | cd09487427b50be1ceb1de37fe1e997e5a7cfdb2 /games/qstat/Makefile | |
parent | - Update to 1.00 (diff) |
- Update to version 2.11
- Enable poll(2) support [1]
- Better port description
Idea from PR: ports/113948 [1]
Submitted by: Gary Stanley [1]
Notes
Notes:
svn path=/head/; revision=194189
Diffstat (limited to 'games/qstat/Makefile')
-rw-r--r-- | games/qstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 881ae9eb0d14..94cb36c8fedd 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qstat -PORTVERSION= 2.10 +PORTVERSION= 2.11 CATEGORIES= games net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +22,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|\(qstat\.cfg\)|\1\.default|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|OpenBSD|FreeBSD|' ${WRKSRC}/qstat.c post-install: .if !defined(NOPORTDOCS) |