diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
commit | af0748fe647bc78a3762b6296c6f1912c2e070dc (patch) | |
tree | 4aa62942ffc0901a3d95af4bcc87cf033f01a8b8 /converters/xlhtml | |
parent | 18a87043c4eacda4d6d94710d5d1be999fcf59e8 (diff) | |
download | pkgsrc-af0748fe647bc78a3762b6296c6f1912c2e070dc.tar.gz |
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'converters/xlhtml')
-rw-r--r-- | converters/xlhtml/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 6ab9f1f2043..cb1bd839feb 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2012/02/07 06:41:57 sbd Exp $ # DISTNAME= xlhtml-0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} EXTRACT_SUFX= .tgz @@ -14,7 +14,10 @@ COMMENT= Microsoft xls/ppt to HTML converter PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake csh:run + +REPLACE_CSH= xlhtml/nsxlview xlhtml/nsopen xlhtml/gpdemo +REPLACE_CSH+= ppthtml/nspptview # fabs LIBS.SunOS+= -lm |