aboutsummaryrefslogtreecommitdiff
path: root/net/mopd
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-05 09:54:43 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-05 09:54:43 +0000
commit06873780ac490d731422c8735b0aab30dc3b01d0 (patch)
tree2ff0fb3934c9c75fa1505924e4869d4c62bb7ad3 /net/mopd
parentf5fd13c7cd887400ff89c7adfa23a5620dc52b43 (diff)
downloadports-06873780ac490d731422c8735b0aab30dc3b01d0.tar.gz
ports-06873780ac490d731422c8735b0aab30dc3b01d0.zip
Notes
Diffstat (limited to 'net/mopd')
-rw-r--r--net/mopd/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile
index 9052837a65d8..45f482186406 100644
--- a/net/mopd/Makefile
+++ b/net/mopd/Makefile
@@ -15,28 +15,25 @@ MASTER_SITE_SUBDIR= obrien
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
VAX-netboot-HOWTO VS3100-console-cmds.txt
.endif
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= obrien@FreeBSD.org
COMMENT= MOP Loader Daemon for netbooting DEC machines
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-# MANDIR is concetenated to DESTDIR which all forms the man install dir...
-
.include <bsd.port.pre.mk>
-MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true
+MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man NOMANCOMPRESS=true
MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1
MAN8= mopd.8
do-configure:
- @${REINPLACE_CMD} -e 's:/usr/sbin:/sbin:' ${WRKSRC}/Makefile.inc
@${REINPLACE_CMD} -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/mopd
+ @${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \
- ${DISTDIR}/VS3100-console-cmds.txt ${PREFIX}/share/doc/mopd
+ ${DISTDIR}/VS3100-console-cmds.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>