summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-11-20 11:57:57 +0000
committertron <tron>1999-11-20 11:57:57 +0000
commita89adbdbe29d187477a507df1b9f80e863a6f861 (patch)
treeb747213df7e98987a414219c9e012a70a9995fe2 /net
parent0d2acd9cbd41c37b68416bdc2dfaee03fb46a6f3 (diff)
downloadpkgsrc-a89adbdbe29d187477a507df1b9f80e863a6f861.tar.gz
Set "${BINDIR}" to "${PREFIX}/bin".
Diffstat (limited to 'net')
-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