pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/error DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b00ea5f40d1
branches:  trunk
changeset: 551615:7b00ea5f40d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 18 15:29:11 2008 +0000

description:
DESTDIR support.

diffstat:

 devel/error/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 9297d72e1210 -r 7b00ea5f40d1 devel/error/Makefile
--- a/devel/error/Makefile      Thu Dec 18 15:25:38 2008 +0000
+++ b/devel/error/Makefile      Thu Dec 18 15:29:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/19 01:47:27 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/12/18 15:29:11 joerg Exp $
 #
 
 DISTNAME=      error-0.0
@@ -8,8 +8,10 @@
 MAINTAINER=    christos%NetBSD.org@localhost
 COMMENT=       Insert compiler errors in source files as comments
 
-MAKE_ENV+=     BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q}   \
-               MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q}
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_BSD_MAKEFILE=      yes
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 



Home | Main Index | Thread Index | Old Index