diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-29 05:45:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-29 05:45:57 +0000 |
commit | cb3b9fd661899a278d37556646ecfe4c257a4707 (patch) | |
tree | ec05b23580042ae9f07b38e116244d20b3b4eba2 /misc/yrolo/Makefile | |
parent | cef6e927a5a75e5c07f5dee5b434cbc37d52f621 (diff) | |
download | pkgsrc-cb3b9fd661899a278d37556646ecfe4c257a4707.tar.gz |
Remove references to cuserid(); it doesn't exist on MacOS and it's
useless everywhere anyway.
Diffstat (limited to 'misc/yrolo/Makefile')
-rw-r--r-- | misc/yrolo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/yrolo/Makefile b/misc/yrolo/Makefile index d359f858300..815d713e3b0 100644 --- a/misc/yrolo/Makefile +++ b/misc/yrolo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2012/10/08 09:57:42 asau Exp $ +# $NetBSD: Makefile,v 1.23 2014/06/29 05:45:57 dholland Exp $ # DISTNAME= yrolo-1.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= misc MASTER_SITES= http://www.muquit.com/muquit/software/yrolo/ |