svn commit: r358941 - head/net/mopd

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 13:35:21 UTC 2014


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 at FreeBSD.org
 COMMENT=	MOP Loader Daemon for netbooting DEC machines
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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


More information about the svn-ports-head mailing list