diff options
author | joerg <joerg> | 2010-02-04 16:50:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-04 16:50:32 +0000 |
commit | 1c1d121af452b81240a6b4dbea476d86797fecb6 (patch) | |
tree | a55e936071060f7b3f5ae2c4e3ad724667b0a0bf /misc | |
parent | f0edd13d69a4b92de3880432f3483dac4024bc12 (diff) | |
download | pkgsrc-1c1d121af452b81240a6b4dbea476d86797fecb6.tar.gz |
DESTDIR support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtend/Makefile | 6 |
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" |