From 1e48ead47ee3aa052ea1d7d267223f0de6c02b2f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 7 Aug 2006 07:58:28 +0000 Subject: - Respect DESTDIR for all my ports Reviewed by: gabor Approved by: krion (mentor) --- net/icpld/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/icpld') diff --git a/net/icpld/Makefile b/net/icpld/Makefile index 9208fb152e58..10d7dfccadb7 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -34,12 +34,12 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${TARGETDIR}/bin ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1 - @${ECHO_MSG} '===> Installing ${PREFIX}/etc/icpld.conf.sample file.' - ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${PREFIX}/etc - @${ECHO_MSG} '===> Installing ${PREFIX}/etc/rc.d/icpld.sh.sample' - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/icpld.sh.sample ${PREFIX}/etc/rc.d + @${ECHO_MSG} '===> Installing ${TARGETDIR}/etc/icpld.conf.sample file.' + ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${TARGETDIR}/etc + @${ECHO_MSG} '===> Installing ${TARGETDIR}/etc/rc.d/icpld.sh.sample' + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/icpld.sh.sample ${TARGETDIR}/etc/rc.d post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3