diff options
Diffstat (limited to 'time/devtodo/Makefile')
-rw-r--r-- | time/devtodo/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |