summaryrefslogtreecommitdiff
path: root/net/mopd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-05 17:50:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-05 17:50:20 +0000
commitdd92232abe48d9d2e9fa3db67df2abb51148b9d9 (patch)
treea4591d4e49a0ecc52cbada0fec0f31b94c678345 /net/mopd
parentApply patch from http://world.std.com/~bdc/projects/vaxen/VAX-netboot-HOWTO (diff)
Add some docs to help those netbooting their VAXen.
Notes
Notes: svn path=/head/; revision=26570
Diffstat (limited to 'net/mopd')
-rw-r--r--net/mopd/Makefile17
-rw-r--r--net/mopd/distinfo2
-rw-r--r--net/mopd/pkg-plist2
3 files changed, 20 insertions, 1 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile
index a4f138e7c3f4..5090572c9687 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 0151064a390a..16ac39de953f 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 debd7dd67892..e078c0680847 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