diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/tn5250j | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/tn5250j')
-rw-r--r-- | net/tn5250j/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index 38fac998eecd..358bdef85291 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tn5250j -# Date created: 2008-06-12 -# Whom: Marcin Cieslak <saper@SYSTEM.PL> -# +# Created by: Marcin Cieslak <saper@SYSTEM.PL> # $FreeBSD$ -# PORTNAME= tn5250j PORTVERSION= 0.6.0 @@ -45,6 +41,7 @@ DOC_FILES= CHANGELOG.txt applet.txt filetransfers.txt readme.txt antbuild.txt\ SUB_FILES= tn5250j SUB_LIST= JYTHON_JAR=${JYTHON_JAR} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: |