diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/coccinella | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Notes
Diffstat (limited to 'net-im/coccinella')
-rw-r--r-- | net-im/coccinella/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/coccinella/Makefile b/net-im/coccinella/Makefile index be7ec54a27dc..e9b95825f427 100644 --- a/net-im/coccinella/Makefile +++ b/net-im/coccinella/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: coccinella -# Date created: 21 Oct 2004 -# Whom: Marc Bruenink -# +# Created by: Marc Bruenink # $FreeBSD$ -# PORTNAME= coccinella PORTVERSION= 0.96.20 @@ -30,6 +26,7 @@ USE_TK_WRAPPER= yes LIBTARGETDIR= ${PREFIX}/${PORTNAME} PLIST_SUB= LIBTARGETDIR="${PORTNAME}" +NO_STAGE= yes do-install: @${MKDIR} ${LIBTARGETDIR} ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${LIBTARGETDIR} |