diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-17 14:06:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-17 14:06:20 +0000 |
commit | 88dffabedf38fffbe747645f71239463d8630483 (patch) | |
tree | 8a9383b4f67f610ef2a6d11736607212cb43a61b | |
parent | e63a05e87124f57c191925b72cca6e84e3b51003 (diff) | |
download | ports-88dffabedf38fffbe747645f71239463d8630483.tar.gz ports-88dffabedf38fffbe747645f71239463d8630483.zip |
Notes
-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> |