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 | 421833a97ae7654767a6bdc86cb09738c789b8ef (patch) | |
tree | 474aa43e462aed975912c288425046410a739f18 /net/wakeup | |
parent | 19647cfc490686b71269268e0899f080392fa3ea (diff) | |
download | pkgsrc-421833a97ae7654767a6bdc86cb09738c789b8ef.tar.gz |
Fixed the package for unprivileged users.
Diffstat (limited to 'net/wakeup')
-rw-r--r-- | net/wakeup/Makefile | 3 | ||||
-rw-r--r-- | net/wakeup/files/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/wakeup/Makefile b/net/wakeup/Makefile index 861f94f4f64..3faf18552cf 100644 --- a/net/wakeup/Makefile +++ b/net/wakeup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/11/09 09:38:12 rillig Exp $ # DISTNAME= hpwake @@ -12,6 +12,7 @@ HOMEPAGE= http://www.berens-partner.de/wann/computer/wol.html COMMENT= Wakeup On LAN client for remote power-up of machines USE_TOOLS+= gunzip +MAKE_ENV+= ${BSD_MAKE_ENV} do-extract: ${MKDIR} ${WRKSRC} 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 |