aboutsummaryrefslogtreecommitdiff
path: root/devel/cdialog/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-26 21:56:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-26 21:56:07 +0000
commitbb82337736429d71fa05773679b97604ec318054 (patch)
treec273a0d88a09eee1714c22ba7ce1d9a91786811c /devel/cdialog/Makefile
parentbb61d3f3ec5a9a159a41b9d5503079a873657aa4 (diff)
downloadports-bb82337736429d71fa05773679b97604ec318054.tar.gz
ports-bb82337736429d71fa05773679b97604ec318054.zip
Notes
Diffstat (limited to 'devel/cdialog/Makefile')
-rw-r--r--devel/cdialog/Makefile12
1 files changed, 9 insertions, 3 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} . | \