diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /misc/root-tail | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'misc/root-tail')
-rw-r--r-- | misc/root-tail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/root-tail/Makefile b/misc/root-tail/Makefile index cae75adce9d..f9540b6a108 100644 --- a/misc/root-tail/Makefile +++ b/misc/root-tail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/12/27 13:37:39 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:27 joerg Exp $ # DISTNAME= root-tail-0.0.10 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.goof.com/pcg/marc/root-tail.html COMMENT= Allows printing of text directly to the X11 root window +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= YES .include "../../x11/libX11/buildlink3.mk" |