diff options
author | nils <nils> | 2016-02-24 21:06:11 +0000 |
---|---|---|
committer | nils <nils> | 2016-02-24 21:06:11 +0000 |
commit | 3513b8aebd793a660d788b799bb2c8e627050b7a (patch) | |
tree | e02a3b02eb24abf2735e687da17d5382623ac4b9 | |
parent | 1976c7bab8400a6d9573fb7deaa1151af2f7b5e0 (diff) | |
download | pkgsrc-3513b8aebd793a660d788b799bb2c8e627050b7a.tar.gz |
fixed silly typo
-rw-r--r-- | sysutils/logrotate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index caccb31e851..19c2fa672a3 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/02/24 20:50:29 nils Exp $ +# $NetBSD: Makefile,v 1.12 2016/02/24 21:06:11 nils Exp $ DISTNAME= ${GHCOMMIT} -PKGNAME= logorate-3.9.2 +PKGNAME= logrotate-3.9.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=logrotate/logrotate/archive/} |