diff options
author | sbd <sbd> | 2012-02-07 06:36:35 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-07 06:36:35 +0000 |
commit | 212e09965571ce515f3017057b496c0d11f81d57 (patch) | |
tree | 4aa62942ffc0901a3d95af4bcc87cf033f01a8b8 /converters | |
parent | b609d1b5282ba930a7671b8fecf9cc70bbd48417 (diff) | |
download | pkgsrc-212e09965571ce515f3017057b496c0d11f81d57.tar.gz |
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'converters')
-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 |