summaryrefslogtreecommitdiff
path: root/misc/xtend
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 16:50:32 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 16:50:32 +0000
commit059d7f30835bbe6dee8e75910bb83ca4e1be4f9a (patch)
treea55e936071060f7b3f5ae2c4e3ad724667b0a0bf /misc/xtend
parentc9558f74b56035226088a877037af62a54d2e4cf (diff)
downloadpkgsrc-059d7f30835bbe6dee8e75910bb83ca4e1be4f9a.tar.gz
DESTDIR support
Diffstat (limited to 'misc/xtend')
-rw-r--r--misc/xtend/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/xtend/Makefile b/misc/xtend/Makefile
index 575f50ce963..429e9d40bf0 100644
--- a/misc/xtend/Makefile
+++ b/misc/xtend/Makefile
@@ -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 @@ MAINTAINER= damon@brodiefamily.org
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"