diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/dmachine/Makefile | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
Notes
Diffstat (limited to 'ftp/dmachine/Makefile')
-rw-r--r-- | ftp/dmachine/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/dmachine/Makefile b/ftp/dmachine/Makefile index bf21f9983e5e..bdb32681916a 100644 --- a/ftp/dmachine/Makefile +++ b/ftp/dmachine/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dmachine -# Date Created: Dec 15, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dmachine PORTVERSION= 0.24 @@ -20,6 +15,7 @@ USE_JAVA= yes NO_BUILD= yes SUB_FILES= dmachine.sh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${PREFIX}/bin/dmachine @${MKDIR} ${DATADIR} |