diff options
Diffstat (limited to 'converters/cmios9/Makefile')
-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> |