aboutsummaryrefslogtreecommitdiff
path: root/net/slurm/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 12:36:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 12:36:06 +0000
commita6811a618f6cd9d263f7ce93cfde713b98d1c77b (patch)
treeb7cef55ecfc262a1804f416bc6883b41dc9d6514 /net/slurm/Makefile
parent38d4cf228da98714399a810293bf86aebc6015cc (diff)
Notes
Diffstat (limited to 'net/slurm/Makefile')
-rw-r--r--net/slurm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile
index 2c64ec00262d..8868ebc695fd 100644
--- a/net/slurm/Makefile
+++ b/net/slurm/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= slurm
-PORTVERSION= 0.0.6
+PORTVERSION= 0.0.7
CATEGORIES= net
MASTER_SITES= http://www.raisdorf.net/files/code/ \
http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
@@ -26,6 +26,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/KEYS ${DOCSDIR}
.endif
.include <bsd.port.mk>