diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/cdialog/Makefile | |
parent | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (diff) |
Notes
Diffstat (limited to 'devel/cdialog/Makefile')
-rw-r--r-- | devel/cdialog/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 5171853ea0ed..e2164bfa157b 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: ncdialog -# Date created: 2003-01-11 -# Whom: AlanE <alane@freebsd.org> -# -# $Carpetsmoker: ports/cdialog/Makefile,v 1.4 2007/04/22 11:30:53 carpetsmoker Exp $ +# Created by: AlanE <alane@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cdialog PORTVERSION= 1.1.20120215 @@ -35,6 +30,7 @@ MANCOMPRESSED= no INSTALL_TARGET= install-strip install-man install-lib +NO_STAGE= yes .if !defined(NOPORTEXAMPLES) post-patch: @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \; |