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
commitda01526827ecc439a50aa664e5d8eefc6f66999e (patch)
treea55e936071060f7b3f5ae2c4e3ad724667b0a0bf /misc/xtend
parent1f80ffe88b288e9d9f6d3b8e6190f66fdf6c459c (diff)
downloadpkgsrc-da01526827ecc439a50aa664e5d8eefc6f66999e.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"