From 58250573bbcbf65d9b7fceb03a1ca730e232c636 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 11 Feb 2010 20:50:59 +0000 Subject: DESTDIR support --- net/fair-identd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/fair-identd') diff --git a/net/fair-identd/Makefile b/net/fair-identd/Makefile index 78230beebae..65a14b66d1a 100644 --- a/net/fair-identd/Makefile +++ b/net/fair-identd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:25 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/11 20:53:21 joerg Exp $ # DISTNAME= identd @@ -11,6 +11,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.clock.org/~fair/opinion/identd.html COMMENT= Fast RFC-1413 identd running under inetd that returns no useful info +PKG_DESTDIR_SUPPORT= user-destdir + INSTALLATION_DIRS= libexec do-extract: @@ -22,6 +24,6 @@ do-build: ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}${EXTRACT_SUFX} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/libexec + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${DESTDIR}${PREFIX}/libexec .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3