diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index b91a3e3f131..5d2d274c7d0 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2009/10/19 11:44:04 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2009/10/24 13:41:05 he Exp $ DISTNAME= scribus-1.3.3.13 CATEGORIES= print @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --with-pythondir=${PREFIX} # XXX make an option CONFIGURE_ARGS+= --disable-cups +INSTALLATION_DIRS+= share/pixmaps + post-install: ${INSTALL_DATA} ${WRKSRC}/scribus/icons/scribus.png \ ${DESTDIR}${PREFIX}/share/pixmaps |