summaryrefslogtreecommitdiff
path: root/devel/devtodo
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-07-04 16:11:25 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-07-04 16:11:25 +0000
commitc635d38e825b30a88990f24d3b33b59d57554f37 (patch)
tree655da2f9e868edd4b3608c78447f1ddfbe69b90a /devel/devtodo
parentUse %%PORTDOCS%%. (diff)
Update to 0.1.7.
PR: 28570 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44755
Diffstat (limited to 'devel/devtodo')
-rw-r--r--devel/devtodo/Makefile12
-rw-r--r--devel/devtodo/distinfo2
-rw-r--r--devel/devtodo/pkg-plist1
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile
index 823372f2f8a5..53fca45e800d 100644
--- a/devel/devtodo/Makefile
+++ b/devel/devtodo/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= devtodo
-PORTVERSION= 0.1.6.1
+PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-0.1.6-1
MAINTAINER= petef@databits.net
-WRKSRC= ${WRKDIR}/devtodo-0.1.6
-
GNU_CONFIGURE= Yes
MAN1= devtodo.1
MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \
devtodo.1 todo.1
+post-patch:
+ @${PERL} -pi -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in
+
post-install:
@${MKDIR} ${PREFIX}/share/examples/devtodo
-.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo
+.for file in scripts.sh scripts.tcsh todorc.example
+ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/examples/devtodo
.endfor
.include <bsd.port.mk>
diff --git a/devel/devtodo/distinfo b/devel/devtodo/distinfo
index 15b376ed1dce..7a3fee026f8d 100644
--- a/devel/devtodo/distinfo
+++ b/devel/devtodo/distinfo
@@ -1 +1 @@
-MD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f
+MD5 (devtodo-0.1.7.tar.gz) = 5b22666f8b845095c823fbfeee37299b
diff --git a/devel/devtodo/pkg-plist b/devel/devtodo/pkg-plist
index d8b6fa639874..65338b83592b 100644
--- a/devel/devtodo/pkg-plist
+++ b/devel/devtodo/pkg-plist
@@ -4,7 +4,6 @@ bin/tdd
bin/tde
bin/tdr
bin/todo
-etc/todorc
share/examples/devtodo/scripts.sh
share/examples/devtodo/scripts.tcsh
share/examples/devtodo/todorc.example