pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xtend DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86695dcb648a
branches:  trunk
changeset: 570894:86695dcb648a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 04 16:50:32 2010 +0000

description:
DESTDIR support

diffstat:

 misc/xtend/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r ce90d8fe5780 -r 86695dcb648a misc/xtend/Makefile
--- a/misc/xtend/Makefile       Thu Feb 04 16:47:54 2010 +0000
+++ b/misc/xtend/Makefile       Thu Feb 04 16:50:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:41 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/04 16:50:32 joerg Exp $
 #
 
 DISTNAME=      xtend-1.2beta4
@@ -9,8 +9,12 @@
 HOMEPAGE=      http://www.jabberwocky.com/software/xtend/
 COMMENT=       Monitors X10 commands using heyu to automate UNIX functions
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      heyu>=1.35:../../misc/heyu
 
 GNU_CONFIGURE= yes
 
+INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index