summaryrefslogtreecommitdiff
path: root/net/bsddip/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bsddip/files/Makefile')
-rw-r--r--net/bsddip/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bsddip/files/Makefile b/net/bsddip/files/Makefile
index be30284d15d..6a1eb2f0590 100644
--- a/net/bsddip/files/Makefile
+++ b/net/bsddip/files/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2006/11/09 09:09:33 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:29 joerg Exp $
PROG = dip
PROG1 = diplogin
@@ -30,7 +30,7 @@ SRCS += sleep.c
.endif
afterinstall:
- @if [ ! -d ${SMPDIR} ] ; then mkdir -p ${SMPDIR} ; fi
- ${BSD_INSTALL_DATA} ${SAMPLES} ${SMPDIR}
+ @if [ ! -d ${DESTDIR}${SMPDIR} ] ; then mkdir -p ${DESTDIR}${SMPDIR} ; fi
+ ${BSD_INSTALL_DATA} ${SAMPLES} ${DESTDIR}${SMPDIR}
.include <bsd.prog.mk>