ports/111385: [PATCH] Update devel/cdialog
Martin Tournoij
Carpetsmoker at rwxrwxrwx.net
Mon Apr 9 04:00:16 UTC 2007
The following reply was made to PR ports/111385; it has been noted by GNATS.
From: Martin Tournoij <Carpetsmoker at rwxrwxrwx.net>
To: bug-followup at 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} . | \
More information about the freebsd-ports-bugs
mailing list