diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-02 04:02:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-02 04:02:59 +0000 |
commit | 491aab72443fb38586fa756ec18a7d42cb2470a2 (patch) | |
tree | efc19b2db1e90f526b6a6a20cac11f3bf2a6987f /lang/a60/Makefile | |
parent | b269469abb37ef46b62e4a9329a4499482f53774 (diff) | |
download | pkgsrc-491aab72443fb38586fa756ec18a7d42cb2470a2.tar.gz |
Use time(3) correctly. PKGREVISION -> 1 as it may affect the compiler output.
Diffstat (limited to 'lang/a60/Makefile')
-rw-r--r-- | lang/a60/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/a60/Makefile b/lang/a60/Makefile index 032385c541d..aedb03b045c 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2013/04/06 20:27:21 rodent Exp $ +# $NetBSD: Makefile,v 1.15 2014/01/02 04:02:59 dholland Exp $ DISTNAME= a60-0.20a +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/algol60/ |