aboutsummaryrefslogtreecommitdiff
path: root/sysutils/memtest86
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:41:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:41:49 +0000
commitb43701ba4560a4021c82cc9b32685c23968c4d2e (patch)
tree6a15e7acbe4f579bbc5fea5e0902463fd6d6285c /sysutils/memtest86
parent9b530a6799544a3905447f53d0f2a87aaed811fe (diff)
downloadports-b43701ba4560a4021c82cc9b32685c23968c4d2e.tar.gz
ports-b43701ba4560a4021c82cc9b32685c23968c4d2e.zip
Notes
Diffstat (limited to 'sysutils/memtest86')
-rw-r--r--sysutils/memtest86/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile
index 3b72d115f53c..613067eec971 100644
--- a/sysutils/memtest86/Makefile
+++ b/sysutils/memtest86/Makefile
@@ -23,21 +23,17 @@ PLIST_DIRS= %%DATADIR%%
SUB_FILES= pkg-message
-NO_STAGE= yes
post-extract:
@${UNZIP_CMD} -qo ${DISTDIR}/${DISTNAME:S,b,s,}.iso.zip -d ${WRKSRC}
do-install:
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC:S,b,s,}/precomp.bin ${DATADIR}/floppy.bin
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC:S,b,s,}/precomp.bin ${STAGEDIR}${DATADIR}/floppy.bin
${INSTALL_DATA} ${WRKSRC}/Memtest86_${PORTVERSION:S,b,s,}.iso \
- ${DATADIR}/Memtest86_${PORTVERSION:S,b,,}.iso
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ ${STAGEDIR}${DATADIR}/Memtest86_${PORTVERSION:S,b,,}.iso
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC:S,b,s,}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC:S,b,s,}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>