aboutsummaryrefslogtreecommitdiffstats
path: root/converters/cmios9
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-17 22:06:20 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-17 22:06:20 +0800
commit3218d63d3b175d904fe513b906f974602abc3100 (patch)
tree8a9383b4f67f610ef2a6d11736607212cb43a61b /converters/cmios9
parentdbf8d054e20422da2cd697e1d19ab16e805a68d3 (diff)
downloadfreebsd-ports-gnome-3218d63d3b175d904fe513b906f974602abc3100.tar.gz
freebsd-ports-gnome-3218d63d3b175d904fe513b906f974602abc3100.tar.zst
freebsd-ports-gnome-3218d63d3b175d904fe513b906f974602abc3100.zip
Support staging
Diffstat (limited to 'converters/cmios9')
-rw-r--r--converters/cmios9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/cmios9/Makefile b/converters/cmios9/Makefile
index 27712bd940f3..835f8620a412 100644
--- a/converters/cmios9/Makefile
+++ b/converters/cmios9/Makefile
@@ -9,9 +9,9 @@ MASTER_SITES= http://members.tripod.com/kmi9000/files/
MAINTAINER= M.Indlekofer@gmx.de
COMMENT= Ftp-like access to Fairlight image files and devices
-MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-
PLIST_FILES= bin/cmios9
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>