diff options
author | kim <kim@pkgsrc.org> | 2004-01-11 21:37:02 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-01-11 21:37:02 +0000 |
commit | 292ca8a702d5d26b64e1fa9aa2dae73b446e14ff (patch) | |
tree | b66dab109e2ffba7c4e9fcf3e306a26b9a9b0b47 /time/logtime/Makefile | |
parent | 0241354945204a3e3abf9dd516076efbf7d793e2 (diff) | |
download | pkgsrc-292ca8a702d5d26b64e1fa9aa2dae73b446e14ff.tar.gz |
Update to logtime-1.1, which no longer depends on GNU date(1).
Diffstat (limited to 'time/logtime/Makefile')
-rw-r--r-- | time/logtime/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/time/logtime/Makefile b/time/logtime/Makefile index 661395f5649..2aee4e533e5 100644 --- a/time/logtime/Makefile +++ b/time/logtime/Makefile @@ -1,21 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2003/04/12 12:31:16 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/11 21:37:02 kim Exp $ # -DISTNAME= logtime-1.0 +DISTNAME= logtime-1.1 CATEGORIES= sysutils time MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Prints date and time in a standard format -DEPENDS+= {sh-utils-[0-9]*,coreutils-[0-9]*}:../../sysutils/coreutils - .include "../../mk/bsd.prefs.mk" NO_CONFIGURE= yes MAKE_PARAMS+= PREFIX=${PREFIX} -MAKE_PARAMS+= GDATE=${LOCALBASE}/bin/gdate ALL_TARGET= all ${MAKE_PARAMS} INSTALL_TARGET= install ${MAKE_PARAMS} |