svn commit: r333274 - head/sysutils/xjobs
Jason Helfman
jgh at FreeBSD.org
Sat Nov 9 05:30:10 UTC 2013
Author: jgh
Date: Sat Nov 9 05:30:09 2013
New Revision: 333274
URL: http://svnweb.freebsd.org/changeset/ports/333274
Log:
- remove conditional no longer required per staging
- remove now useless inclusion of bpom
Modified:
head/sysutils/xjobs/Makefile
Modified: head/sysutils/xjobs/Makefile
==============================================================================
--- head/sysutils/xjobs/Makefile Sat Nov 9 03:12:42 2013 (r333273)
+++ head/sysutils/xjobs/Makefile Sat Nov 9 05:30:09 2013 (r333274)
@@ -17,17 +17,12 @@ PLIST_FILES= bin/xjobs man/man1/xjobs.1.
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>
More information about the svn-ports-head
mailing list