diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 13:35:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 13:35:20 +0000 |
commit | 9820631fd680042612d1091d28e2e370ab120e08 (patch) | |
tree | bd1f96fd68e7d4666fc42c855dda4818a1871692 /net/mopd | |
parent | c30ab0bebf0251499429b7b783ddc25e69b6f4cd (diff) | |
download | ports-9820631fd680042612d1091d28e2e370ab120e08.tar.gz ports-9820631fd680042612d1091d28e2e370ab120e08.zip |
Notes
Diffstat (limited to 'net/mopd')
-rw-r--r-- | net/mopd/Makefile | 11 | ||||
-rw-r--r-- | net/mopd/pkg-plist | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index 5d665415e33b..feaa393ca73a 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -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 <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> diff --git a/net/mopd/pkg-plist b/net/mopd/pkg-plist index dee568d0bf80..4bf6d025b0f8 100644 --- a/net/mopd/pkg-plist +++ b/net/mopd/pkg-plist @@ -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 |