diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 09:36:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 09:36:41 +0000 |
commit | ae8f1d1dbc8551aaa722949a2370d6124eed10aa (patch) | |
tree | 474aa43e462aed975912c288425046410a739f18 /net/wakeup/files | |
parent | e33a280b241d43726534e19006dd396a32feb140 (diff) | |
download | pkgsrc-ae8f1d1dbc8551aaa722949a2370d6124eed10aa.tar.gz |
Fixed the package for unprivileged users.
Diffstat (limited to 'net/wakeup/files')
-rw-r--r-- | net/wakeup/files/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wakeup/files/Makefile b/net/wakeup/files/Makefile index f0cfbcbd694..f52d4146973 100644 --- a/net/wakeup/files/Makefile +++ b/net/wakeup/files/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/11/20 11:57:57 tron Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/09 09:38:12 rillig Exp $ PROG= wakeup SRCS= hpwake.c -BINDIR= ${PREFIX}/bin NOMAN= yes WARNS= 1 |