aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xjobs
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-04-26 04:03:25 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-04-26 04:03:25 +0000
commit7e4fde1426a2a9653efa223d5ce48d9356c009db (patch)
treea62194d57dd94f70a3b8db64feb394f2ad25b26a /sysutils/xjobs
parent2add1483577abd1fa7a1d60331896cf624421921 (diff)
downloadports-7e4fde1426a2a9653efa223d5ce48d9356c009db.tar.gz
ports-7e4fde1426a2a9653efa223d5ce48d9356c009db.zip
- restore created by header
- take maintainership - define man1prefix
Notes
Notes: svn path=/head/; revision=316566
Diffstat (limited to 'sysutils/xjobs')
-rw-r--r--sysutils/xjobs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xjobs/Makefile b/sysutils/xjobs/Makefile
index 537e5bfb61fa..8120cdac2a64 100644
--- a/sysutils/xjobs/Makefile
+++ b/sysutils/xjobs/Makefile
@@ -1,3 +1,4 @@
+# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= xjobs
@@ -6,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.maier-komor.de/xjobs/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jgh@FreeBSD.org
COMMENT= Utility reads job descriptions line by line and executes in parallel
LICENSE= GPLv2
@@ -21,7 +22,7 @@ PORTDOCS= ChangeLog README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}