summaryrefslogtreecommitdiffstats
path: root/devel/cdialog
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-02-02 23:59:50 +0000
committeralane <alane@FreeBSD.org>2003-02-02 23:59:50 +0000
commit198bf87c9ed2702acb2c53deaa0240e8e179143c (patch)
tree26892cc36ebc89a3252aa7c4f7d9f5e8af41f72b /devel/cdialog
parent52618be3446347b73e6d70735994e1227e5b561f (diff)
downloadFreeBSD-ports-198bf87c9ed2702acb2c53deaa0240e8e179143c.zip
FreeBSD-ports-198bf87c9ed2702acb2c53deaa0240e8e179143c.tar.gz
update to 0.9b-20030130
Diffstat (limited to 'devel/cdialog')
-rw-r--r--devel/cdialog/Makefile19
-rw-r--r--devel/cdialog/distinfo2
-rw-r--r--devel/cdialog/files/manpages.mk1
3 files changed, 12 insertions, 10 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile
index 0e62988..654b2a7 100644
--- a/devel/cdialog/Makefile
+++ b/devel/cdialog/Makefile
@@ -9,11 +9,12 @@
#
PORTNAME= cdialog
-PORTVERSION= 0.9b-20020814
-PORTREVISION= 2
+PORTVERSION= 0.9b.20030130
+PORTREVISION= 0
+PORTEPOCH= 1
CATEGORIES= devel
-MASTER_SITES= ftp://dickey.his.com/dialog/
-DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION}
+MASTER_SITES= ftp://invisible-island.net/dialog/
+DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:S|.200|-200|}
EXTRACT_SUFX= .tgz
MAINTAINER= alane@freebsd.org
@@ -22,15 +23,15 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= makefile
-MAN1= cdialog.1
-
-BINDIR= ${PREFIX}/bin
-MAN1DIR= ${MANPREFIX}/man/man1
+BINDIR?= ${PREFIX}/bin
+MAN1DIR?= ${MANPREFIX}/man/man1
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} dialog ${BINDIR}/cdialog;\
${INSTALL_DATA} dialog.1 ${MAN1DIR}/cdialog.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${FILESDIR}/manpages.mk"
+.include <bsd.port.post.mk>
#EOF
diff --git a/devel/cdialog/distinfo b/devel/cdialog/distinfo
index 8c6e56b..bc6d30d 100644
--- a/devel/cdialog/distinfo
+++ b/devel/cdialog/distinfo
@@ -1 +1 @@
-MD5 (dialog-0.9b-20020814.tgz) = 4dc6753c7d5cda88714409737f605435
+MD5 (dialog-0.9b-20030130.tgz) = f4dc42dba8f57be4639c8f4d36f01c27
diff --git a/devel/cdialog/files/manpages.mk b/devel/cdialog/files/manpages.mk
new file mode 100644
index 0000000..e5330b5
--- /dev/null
+++ b/devel/cdialog/files/manpages.mk
@@ -0,0 +1 @@
+MAN1+= cdialog.1
OpenPOWER on IntegriCloud