diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-17 22:06:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-17 22:06:20 +0800 |
commit | 3218d63d3b175d904fe513b906f974602abc3100 (patch) | |
tree | 8a9383b4f67f610ef2a6d11736607212cb43a61b /converters/cmios9 | |
parent | dbf8d054e20422da2cd697e1d19ab16e805a68d3 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |