diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:48:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:48:32 +0000 |
commit | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (patch) | |
tree | 9d4d6914bba66a98d022a49d46c9560210d37839 /java/eclipse-RDT/Makefile | |
parent | 8ee9a3584fefeb3d690ec2549846d609e3607360 (diff) | |
download | ports-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.tar.gz ports-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.zip |
Notes
Diffstat (limited to 'java/eclipse-RDT/Makefile')
-rw-r--r-- | java/eclipse-RDT/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/java/eclipse-RDT/Makefile b/java/eclipse-RDT/Makefile index e662e1188fd5..f6d58dc48992 100644 --- a/java/eclipse-RDT/Makefile +++ b/java/eclipse-RDT/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: RDT -# Date created: 13 Jan 2008 -# Whom: rehsack@web.de -# +# Created by: rehsack@web.de # $FreeBSD$ -# PORTNAME= RDT PORTVERSION= 0.9.1 @@ -45,6 +41,7 @@ RDTFILES= features/org.rubypeople.rdt_${RDTVERSION} \ plugins/org.rubypeople.rdt.testunit_${RDTVERSION} \ plugins/org.rubypeople.rdt.ui_${RDTVERSION} +NO_STAGE= yes post-extract: ${MKDIR} ${WRKSRC} .for FILE in ${RDTFILES} |