summaryrefslogtreecommitdiff
path: root/comms/vrflash
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /comms/vrflash
parent- Update to 3.02 (diff)
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'comms/vrflash')
-rw-r--r--comms/vrflash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile
index a3643aabee53..8c02fc0ec82a 100644
--- a/comms/vrflash/Makefile
+++ b/comms/vrflash/Makefile
@@ -11,11 +11,12 @@ 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
-NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/
.if !defined(NOPORTDOCS)