diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-05 17:50:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-05 17:50:20 +0000 |
commit | 7b4914f3adcdaa5005f067eab1a149f9bec538e4 (patch) | |
tree | 83d9fc8b282c846830df493c4a3ed14d406e5760 /net | |
parent | 188f7072d6f7cbe26582e79324c82667fee4b9b2 (diff) | |
download | FreeBSD-ports-7b4914f3adcdaa5005f067eab1a149f9bec538e4.zip FreeBSD-ports-7b4914f3adcdaa5005f067eab1a149f9bec538e4.tar.gz |
Add some docs to help those netbooting their VAXen.
Diffstat (limited to 'net')
-rw-r--r-- | net/mopd/Makefile | 17 | ||||
-rw-r--r-- | net/mopd/distinfo | 2 | ||||
-rw-r--r-- | net/mopd/pkg-plist | 2 |
3 files changed, 20 insertions, 1 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index a4f138e..5090572 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -9,10 +9,18 @@ DISTNAME= mopd-2.5.3 CATEGORIES= net -MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ +MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ \ + http://world.std.com/~bdc/projects/vaxen/netboot/ \ + http://world.std.com/~bdc/projects/vaxen/ \ + http://world.std.com/~bdc/projects/vaxen/docs/ +.if !defined(NOPORTDOCS) +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + VAX-netboot-HOWTO VS3100-console-cmds.txt +.endif MAINTAINER= obrien@FreeBSD.org +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1 @@ -22,4 +30,11 @@ do-configure: @${PERL} -pi.orig -e 's:/usr/sbin:/sbin:' ${WRKSRC}/Makefile.inc @${PERL} -pi.orig -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/mopd + @${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \ + ${DISTDIR}/VS3100-console-cmds.txt ${PREFIX}/share/doc/mopd +.endif + .include <bsd.port.mk> diff --git a/net/mopd/distinfo b/net/mopd/distinfo index 0151064..16ac39d 100644 --- a/net/mopd/distinfo +++ b/net/mopd/distinfo @@ -1 +1,3 @@ MD5 (mopd-2.5.3.tar.gz) = b2bbea45c885309682c24e3f8674ac45 +MD5 (VAX-netboot-HOWTO) = 623cc691b0508118a34b3a7da543e4d4 +MD5 (VS3100-console-cmds.txt) = 88e2c54cfcb18b5ecd12f35f5030aef4 diff --git a/net/mopd/pkg-plist b/net/mopd/pkg-plist index debd7dd..e078c06 100644 --- a/net/mopd/pkg-plist +++ b/net/mopd/pkg-plist @@ -4,3 +4,5 @@ sbin/mopprobe sbin/moptrace sbin/mopchk sbin/mopa.out +share/doc/mopd/VAX-netboot-HOWTO +share/doc/mopd/VS3100-console-cmds.txt |