summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/devtodo/Makefile8
-rw-r--r--time/devtodo/distinfo7
-rw-r--r--time/devtodo/patches/patch-aa18
-rw-r--r--time/devtodo/pkg/PLIST7
4 files changed, 31 insertions, 9 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index 936071c2c5a..accccf2e90b 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/04/16 08:00:43 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/22 11:44:46 zuntum Exp $
#
-DISTNAME= devtodo-0.1.4
+DISTNAME= devtodo-0.1.5
CATEGORIES= time
-MASTER_SITES= http://ftp1.sourceforge.net/devtodo/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=devtodo/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/devtodo/
@@ -12,6 +12,6 @@ COMMENT= Display and manage a list of items that are outstanding
DEPENDS+= readline-[0-9]*:../../devel/readline
GNU_CONFIGURE= yes
-MAKE_ENV+= CXXFLAGS=-Wl,-R${PREFIX}/lib
+MAKE_ENV+= CXXFLAGS="-Wl,-R${LOCALBASE}/lib"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/devtodo/distinfo b/time/devtodo/distinfo
index ad62bd099f5..4b5dc77c0df 100644
--- a/time/devtodo/distinfo
+++ b/time/devtodo/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 14:47:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/04/22 11:44:46 zuntum Exp $
-SHA1 (devtodo-0.1.4.tar.gz) = dc505b89a4830e1fffad6fbbcf096b41684787f0
-Size (devtodo-0.1.4.tar.gz) = 148094 bytes
+SHA1 (devtodo-0.1.5.tar.gz) = 90801c640d6cd95e14a5d1af69e385c093325fef
+Size (devtodo-0.1.5.tar.gz) = 159026 bytes
+SHA1 (patch-aa) = 850565ebbfdfcc99a2220068fced5318c9a605c5
diff --git a/time/devtodo/patches/patch-aa b/time/devtodo/patches/patch-aa
new file mode 100644
index 00000000000..c5599df4e20
--- /dev/null
+++ b/time/devtodo/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2001/04/22 11:44:47 zuntum Exp $
+
+--- doc/Makefile.in.orig Sat Apr 21 23:40:51 2001
++++ doc/Makefile.in
+@@ -224,9 +224,10 @@
+
+ install-data-local:
+ cd $(mandir)/man1; for i in tda tdr tdd tde todo; do $(LN_S) -f devtodo.1 $$i.1; done
+- test -f $(SYSCONFDIR)/todorc || mkdir -p $(SYSCONFDIR) && $(INSTALL_DATA) todorc.example $(SYSCONFDIR)/todorc
+- test -w /etc/profile.d && $(INSTALL) -c -m 755 scripts.sh /etc/profile.d/scripts.sh
+- test -w /etc/profile.d && $(INSTALL) -c -m 755 scripts.tcsh /etc/profile.d/scripts.tcsh
++ $(BSD_INSTALL_DATA_DIR) $(prefix)/share/examples/devtodo
++ $(BSD_INSTALL_DATA) todorc.example $(prefix)/share/examples/devtodo/todorc
++ $(BSD_INSTALL_SCRIPT) scripts.sh $(prefix)/share/examples/devtodo/scripts.sh
++ $(BSD_INSTALL_SCRIPT) scripts.tcsh $(prefix)/share/examples/devtodo/scripts.tcsh
+
+ uninstall:
+ rm $(mandir)/man1/tda.1 $(mandir)/man1/tdr.1 $(mandir)/man1/tdd.1 $(mandir)/man1/tde.1 $(mandir)/man1/todo.1
diff --git a/time/devtodo/pkg/PLIST b/time/devtodo/pkg/PLIST
index a6c66d9c80a..f59d1d9f238 100644
--- a/time/devtodo/pkg/PLIST
+++ b/time/devtodo/pkg/PLIST
@@ -1,14 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2001/04/16 08:00:44 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/04/22 11:44:47 zuntum Exp $
bin/devtodo
bin/tda
bin/tdd
bin/tde
bin/tdr
bin/todo
-etc/todorc
man/man1/devtodo.1
man/man1/tda.1
man/man1/tdd.1
man/man1/tde.1
man/man1/tdr.1
man/man1/todo.1
+share/examples/devtodo/scripts.sh
+share/examples/devtodo/scripts.tcsh
+share/examples/devtodo/todorc
+@dirrm share/examples/devtodo