From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 13:35:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A999431; Mon, 23 Jun 2014 13:35:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4718428D0; Mon, 23 Jun 2014 13:35:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NDZLOK037589; Mon, 23 Jun 2014 13:35:21 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NDZK5B037587; Mon, 23 Jun 2014 13:35:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406231335.s5NDZK5B037587@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 23 Jun 2014 13:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358941 - head/net/mopd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 13:35:21 -0000 Author: vanilla Date: Mon Jun 23 13:35:20 2014 New Revision: 358941 URL: http://svnweb.freebsd.org/changeset/ports/358941 QAT: https://qat.redports.org/buildarchive/r358941/ Log: Stagify. Approved by: portmgr@ Modified: head/net/mopd/Makefile head/net/mopd/pkg-plist Modified: head/net/mopd/Makefile ============================================================================== --- head/net/mopd/Makefile Mon Jun 23 13:25:52 2014 (r358940) +++ head/net/mopd/Makefile Mon Jun 23 13:35:20 2014 (r358941) @@ -16,21 +16,16 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org COMMENT= MOP Loader Daemon for netbooting DEC machines -NO_STAGE= yes -.include - MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man NO_MANCOMPRESS=true -MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1 -MAN8= mopd.8 do-configure: @${REINPLACE_CMD} -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \ - ${DISTDIR}/VS3100-console-cmds.txt ${DOCSDIR} + ${DISTDIR}/VS3100-console-cmds.txt ${STAGEDIR}${DOCSDIR} .endif -.include +.include Modified: head/net/mopd/pkg-plist ============================================================================== --- head/net/mopd/pkg-plist Mon Jun 23 13:25:52 2014 (r358940) +++ head/net/mopd/pkg-plist Mon Jun 23 13:35:20 2014 (r358941) @@ -1,3 +1,8 @@ +man/man1/mopa.out.1.gz +man/man1/mopchk.1.gz +man/man1/mopprobe.1.gz +man/man1/moptrace.1.gz +man/man8/mopd.8.gz sbin/mopd sbin/mopprobe sbin/moptrace