diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/xtend | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/xtend')
-rw-r--r-- | misc/xtend/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/xtend/Makefile b/misc/xtend/Makefile index 1e193c0e404..3e1b7dcd42f 100644 --- a/misc/xtend/Makefile +++ b/misc/xtend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/02/19 14:16:31 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/08 09:57:42 asau Exp $ # DISTNAME= xtend-1.2beta4 @@ -9,8 +9,6 @@ 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 |