diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
commit | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (patch) | |
tree | 7d489d520969c0d33b61d0c9aea1a4e8d6ec4545 /editors/komodo-ide/Makefile | |
parent | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (diff) | |
download | ports-68ede13b4964032ff878ab9cc8d9d58cdf364374.tar.gz ports-68ede13b4964032ff878ab9cc8d9d58cdf364374.zip |
Notes
Diffstat (limited to 'editors/komodo-ide/Makefile')
-rw-r--r-- | editors/komodo-ide/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/komodo-ide/Makefile b/editors/komodo-ide/Makefile index f7d239566241..a8b140a8b484 100644 --- a/editors/komodo-ide/Makefile +++ b/editors/komodo-ide/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: komodo-ide -# Date created: 2010-11-22 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ PORTNAME= komodo-ide @@ -27,6 +24,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_NAME= ActiveState Komodo IDE license agreement LICENSE_PERMS= +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(BATCH) || defined(PACKAGE_BUILDING) |