From 1b5538a51a22e1175099fe908682112d9ba03ff8 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 7 Aug 2006 07:58:28 +0000 Subject: - Respect DESTDIR for all my ports Reviewed by: gabor Approved by: krion (mentor) --- misc/nut/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/nut') diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 417771c8b4d4..3fa4d2c527f5 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -33,7 +33,7 @@ post-patch: -e 's|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin/ ${INSTALL} -d ${DATADIR} ${INSTALL_DATA} ${RAW:S,^,${WRKSRC}/raw.data/,} ${DATADIR}/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ -- cgit