diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
commit | f6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/ibsh | |
parent | a65ed2e51bf631a6b8ab766f984bf33c686d239a (diff) | |
download | ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.tar.gz ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.zip |
Notes
Diffstat (limited to 'shells/ibsh')
-rw-r--r-- | shells/ibsh/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/ibsh/Makefile b/shells/ibsh/Makefile index 76e7fa486fac..8ac32e80bb41 100644 --- a/shells/ibsh/Makefile +++ b/shells/ibsh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibsh -# Date created: 1 Oct 2005 -# Whom: Vaida Bogdan -# +# Created by: Vaida Bogdan # $FreeBSD$ -# PORTNAME= ibsh PORTVERSION= 0.3e @@ -21,6 +17,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \ INSTALL README TODO VERSION +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: |