summaryrefslogtreecommitdiff
path: root/net/wakeup
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-20 11:57:57 +0000
committertron <tron@pkgsrc.org>1999-11-20 11:57:57 +0000
commit6da7d8b61fa57ee19fac2e0fca05bf12ea299682 (patch)
treeb747213df7e98987a414219c9e012a70a9995fe2 /net/wakeup
parent77760a65905d0a0e1e27f855ea0c62c7cef91090 (diff)
downloadpkgsrc-6da7d8b61fa57ee19fac2e0fca05bf12ea299682.tar.gz
Set "${BINDIR}" to "${PREFIX}/bin".
Diffstat (limited to 'net/wakeup')
-rw-r--r--net/wakeup/files/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wakeup/files/Makefile b/net/wakeup/files/Makefile
index e080501f7c5..f0cfbcbd694 100644
--- a/net/wakeup/files/Makefile
+++ b/net/wakeup/files/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 1999/11/20 11:54:45 tron Exp $
+# $NetBSD: Makefile,v 1.2 1999/11/20 11:57:57 tron Exp $
PROG= wakeup
SRCS= hpwake.c
+BINDIR= ${PREFIX}/bin
NOMAN= yes
WARNS= 1