aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-04-04 19:37:06 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-04-04 19:37:06 +0000
commitc45025cbb40aacf149910a658e0fa89bef67bf01 (patch)
tree871a962d910769879570a5e33ce6e85875251ba1 /astro
parent557215a8ac961a02a028a834dd39bba4695c2ae9 (diff)
downloadports-c45025cbb40aacf149910a658e0fa89bef67bf01.tar.gz
ports-c45025cbb40aacf149910a658e0fa89bef67bf01.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/squeuer/Makefile7
-rw-r--r--astro/squeuer/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/astro/squeuer/Makefile b/astro/squeuer/Makefile
index 099ed82e7a6d..e1f4498489ee 100644
--- a/astro/squeuer/Makefile
+++ b/astro/squeuer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= squeuer
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= astro net
MASTER_SITES= http://www.eyesbeyond.com/squeuer/
@@ -17,6 +17,9 @@ NO_BUILD= yes
USE_REINPLACE= yes
USE_PERL5_RUN= yes
+MAN8= squeuer.8
+MAN5= squeuer.conf.5
+
# These must be writeable by the user "squeuer"
SPOOLDIR?= /var/spool/squeuer
LOGDIR?= /var/spool/squeuer
@@ -34,6 +37,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/squeuer.pl ${PREFIX}/sbin/squeuer
${INSTALL_DATA} ${WRKSRC}/etc/squeuer.conf.unix ${PREFIX}/etc/squeuer.conf.sample
${INSTALL_SCRIPT} ${WRKSRC}/etc/rc.d/S71squeuer.sh ${PREFIX}/etc/rc.d/squeuer.sh.sample
+ ${INSTALL_MAN} ${WRKSRC}/man/squeuer.8 ${MAN8PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/man/squeuer.conf.5 ${MAN5PREFIX}/man/man5/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/TODO ${DOCSDIR}
diff --git a/astro/squeuer/distinfo b/astro/squeuer/distinfo
index d8fb0e6a6102..2fa24dfdd8dd 100644
--- a/astro/squeuer/distinfo
+++ b/astro/squeuer/distinfo
@@ -1,2 +1,2 @@
-MD5 (squeuer-2.0.2.tar.gz) = e677308e731a386cf9685391857280f9
-SIZE (squeuer-2.0.2.tar.gz) = 14930
+MD5 (squeuer-2.0.3.tar.gz) = 8d4833c7ec4af7700e849f82ad7c37e6
+SIZE (squeuer-2.0.3.tar.gz) = 17776