Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2007 04:00:16 GMT
From:      Martin Tournoij <Carpetsmoker@rwxrwxrwx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/111385: [PATCH] Update devel/cdialog
Message-ID:  <200704090400.l3940GYD005650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/111385; it has been noted by GNATS.

From: Martin Tournoij <Carpetsmoker@rwxrwxrwx.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111385: [PATCH] Update devel/cdialog
Date: Mon, 9 Apr 2007 05:53:03 +0200

 Examples use dialog instead of cdialog, this fixes that.
 
 --- Makefile.orig	Sun Apr  8 23:11:19 2007
 +++ Makefile	Mon Apr  9 04:16:50 2007
 @@ -28,6 +28,10 @@
  
  INSTALL_TARGET=	install-strip install-man install-lib
  
 +post-patch:
 +	@${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} "s|dialog|cdialog|g" {} \;
 +	@${FIND} ${WRKSRC}/samples/ -name "*.bak" -delete
 +
  post-install:
  	@${MKDIR} ${EXAMPLESDIR}
  	cd ${WRKSRC}/samples && ${FIND} . | \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704090400.l3940GYD005650>