aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xjobs
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-11-09 05:30:09 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-11-09 05:30:09 +0000
commit58b502f5283ed78b7be43219d976ab7b4faa8198 (patch)
treea6700f274e685e4b3394852e81b28e319766b4b7 /sysutils/xjobs
parent5ea91c191b6ae21587736ca368051ab7bd2c13c7 (diff)
downloadports-58b502f5283ed78b7be43219d976ab7b4faa8198.tar.gz
ports-58b502f5283ed78b7be43219d976ab7b4faa8198.zip
Notes
Diffstat (limited to 'sysutils/xjobs')
-rw-r--r--sysutils/xjobs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/xjobs/Makefile b/sysutils/xjobs/Makefile
index 1d29b21676fa..d1377d5ebb15 100644
--- a/sysutils/xjobs/Makefile
+++ b/sysutils/xjobs/Makefile
@@ -17,17 +17,12 @@ PLIST_FILES= bin/xjobs man/man1/xjobs.1.gz
PORTDOCS= ChangeLog README
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
. for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
. endfor
-.endif
.include <bsd.port.mk>