diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 15:54:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 15:54:55 +0000 |
commit | f2202d92995b0c4e64b8253e8a24f930d42958b0 (patch) | |
tree | 43d071f613760997af3e0e13e75ad4f2aade7e9d /graphics/vnc2swf | |
parent | d7f97df94c3dc7d1be92304b0e2d5b2195cad994 (diff) | |
download | pkgsrc-f2202d92995b0c4e64b8253e8a24f930d42958b0.tar.gz |
Fix INSTALLLATION_DIRS.
Diffstat (limited to 'graphics/vnc2swf')
-rw-r--r-- | graphics/vnc2swf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile index fa9aed220bc..fa002739137 100644 --- a/graphics/vnc2swf/Makefile +++ b/graphics/vnc2swf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/08 15:54:55 joerg Exp $ # DISTNAME= vnc2swf-0.5.0 @@ -15,7 +15,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc GNU_CONFIGURE= yes USE_LANGUAGES+= c++ -INSTALLATION_DIRS= share/doc/html/vnc2swf +INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/html/vnc2swf SUBST_CLASSES+= x11base SUBST_STAGE.x11base= pre-configure |