diff options
Diffstat (limited to 'devel/cdialog')
-rw-r--r-- | devel/cdialog/Makefile | 12 | ||||
-rw-r--r-- | devel/cdialog/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index b85005567483..34d42e45064e 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -2,15 +2,17 @@ # Date created: 2003-01-11 # Whom: AlanE <alane@freebsd.org> # -# $Carpetsmoker: ports/cdialog/Makefile,v 1.1 2007/04/08 17:19:30 carpetsmoker Exp $ +# $Carpetsmoker: ports/cdialog/Makefile,v 1.4 2007/04/22 11:30:53 carpetsmoker Exp $ # $FreeBSD$ # PORTNAME= cdialog -PORTVERSION= 1.1.20070325 +PORTVERSION= 1.1.20070409 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ftp://invisible-island.net/dialog/ +MASTER_SITES= ftp://invisible-island.net/dialog/ \ + http://www.carpetsmoker.net/distfiles/ \ + http://www.xs4all.nl/~tournoij/distfiles/ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz @@ -28,6 +30,10 @@ MANCOMPRESSED= no 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} . | \ diff --git a/devel/cdialog/distinfo b/devel/cdialog/distinfo index e424767417ea..e3c68b2079f2 100644 --- a/devel/cdialog/distinfo +++ b/devel/cdialog/distinfo @@ -1,3 +1,3 @@ -MD5 (dialog-1.1-20070325.tgz) = 885a94081bb2630de82d787d0e0a1c4d -SHA256 (dialog-1.1-20070325.tgz) = 4800009df51a46d15d8d63ee1c7fc9d28d903a82f7ae3cff707336daeef5ebe1 -SIZE (dialog-1.1-20070325.tgz) = 364516 +MD5 (dialog-1.1-20070409.tgz) = f149e9703750d3d3ae89e231cef09364 +SHA256 (dialog-1.1-20070409.tgz) = b8c68e5ab6fd26cd1e9196ab494161a155639e395619cb4bc82b84b16414f333 +SIZE (dialog-1.1-20070409.tgz) = 365567 |