diff options
author | reed <reed@pkgsrc.org> | 2005-10-10 19:54:13 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-10 19:54:13 +0000 |
commit | 33ae701b89879d8b224a3c483f5328419e3e6a96 (patch) | |
tree | 580b2c0b8360830344e77492ea797895ab6973a3 /graphics/xli | |
parent | b88dc87ce1b04f40261bde2ba484c6232e67159a (diff) | |
download | pkgsrc-33ae701b89879d8b224a3c483f5328419e3e6a96.tar.gz |
Use INSTALLATION_DIRS to create lib/X11/app-defaults.
(Shoujld this be created by something else?)
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 1f144a09663..bcffa1e9d26 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:10 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/10 19:54:13 reed Exp $ DISTNAME= xli-2005-02-27 PKGNAME= xli-1.17.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://pantransit.reptiles.org/prog/ COMMENT= X11 Image Loading Utility USE_IMAKE= YES +INSTALLATION_DIRS+= lib/X11/app-defaults .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |