summaryrefslogtreecommitdiff
path: root/devel/devtodo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/devtodo/Makefile')
-rw-r--r--devel/devtodo/Makefile12
1 files changed, 6 insertions, 6 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>