aboutsummaryrefslogtreecommitdiff
path: root/comms/vrflash
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-27 22:29:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-27 22:29:46 +0000
commit338eecf23761d8a27351a0657ead88ab54a8f9da (patch)
tree2f75f2dd22479e7d9e0d627ea798a4d2a036e75f /comms/vrflash
parent2078f2a7ae31de5a4474e59c2d813276c225277f (diff)
downloadports-338eecf23761d8a27351a0657ead88ab54a8f9da.tar.gz
ports-338eecf23761d8a27351a0657ead88ab54a8f9da.zip
Notes
Diffstat (limited to 'comms/vrflash')
-rw-r--r--comms/vrflash/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile
index 8c02fc0ec82a..2457be8aa4f3 100644
--- a/comms/vrflash/Makefile
+++ b/comms/vrflash/Makefile
@@ -11,18 +11,18 @@ COMMENT= Flash kernels and romdisks to the Agenda VR3
LICENSE= GPLv2
-NO_STAGE= yes
-
GNU_CONFIGURE= yes
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
pmon-protect-unprotect.txt usage.txt
+.include <bsd.port.options.mk>
+
do-install:
- ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/vrflash ${STAGEDIR}${PREFIX}/bin/
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/
.endfor
.endif