diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /x11/xflame | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'x11/xflame')
-rw-r--r-- | x11/xflame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xflame/Makefile b/x11/xflame/Makefile index 361078e6373..ff2c634fb2f 100644 --- a/x11/xflame/Makefile +++ b/x11/xflame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/06 05:58:28 obache Exp $ +# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:19 joerg Exp $ # DISTNAME= xflame-1.1.1 @@ -9,6 +9,8 @@ MASTER_SITES= http://www.owlnet.rice.edu/~rahul/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Draws a flame on the screen +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" |