diff options
-rw-r--r-- | textproc/jade/Makefile | 9 | ||||
-rw-r--r-- | textproc/jade/pkg-plist | 40 |
2 files changed, 27 insertions, 22 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 18154a15598d..13cd6e572d44 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -7,7 +7,7 @@ PORTNAME= jade PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ @@ -52,4 +52,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/pubtext/xml* ${PREFIX}/share/xml/jade @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# Same problem with textproc/openjade. +CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*} + +.include <bsd.port.post.mk> diff --git a/textproc/jade/pkg-plist b/textproc/jade/pkg-plist index a9cca50200ca..7f66056577de 100644 --- a/textproc/jade/pkg-plist +++ b/textproc/jade/pkg-plist @@ -157,25 +157,25 @@ lib/libstyle.a lib/libstyle.la lib/libstyle.so lib/libstyle.so.1.3 -share/doc/jade/archform.htm -share/doc/jade/build.htm -share/doc/jade/catalog.htm -share/doc/jade/charset.htm -share/doc/jade/features.htm -share/doc/jade/generic.htm -share/doc/jade/ideas.htm -share/doc/jade/index.htm -share/doc/jade/new.htm -share/doc/jade/nsgmls.htm -share/doc/jade/sgmldecl.htm -share/doc/jade/sgmlnorm.htm -share/doc/jade/sgmlsout.htm -share/doc/jade/spam.htm -share/doc/jade/spent.htm -share/doc/jade/sx.htm -share/doc/jade/sysdecl.htm -share/doc/jade/sysid.htm -share/doc/jade/xml.htm +%%DOCSDIR%%/archform.htm +%%DOCSDIR%%/build.htm +%%DOCSDIR%%/catalog.htm +%%DOCSDIR%%/charset.htm +%%DOCSDIR%%/features.htm +%%DOCSDIR%%/generic.htm +%%DOCSDIR%%/ideas.htm +%%DOCSDIR%%/index.htm +%%DOCSDIR%%/new.htm +%%DOCSDIR%%/nsgmls.htm +%%DOCSDIR%%/sgmldecl.htm +%%DOCSDIR%%/sgmlnorm.htm +%%DOCSDIR%%/sgmlsout.htm +%%DOCSDIR%%/spam.htm +%%DOCSDIR%%/spent.htm +%%DOCSDIR%%/sx.htm +%%DOCSDIR%%/sysdecl.htm +%%DOCSDIR%%/sysid.htm +%%DOCSDIR%%/xml.htm share/sgml/jade/FOT.tex share/sgml/jade/Makefile.jadetex @unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove jade/catalog @@ -194,6 +194,6 @@ share/sgml/jade/style-sheet.dtd share/xml/jade/xml.soc share/xml/jade/xml.dcl @dirrm include/sp -@dirrm share/doc/jade +@dirrm %%DOCSDIR%% @dirrm share/sgml/jade @dirrm share/xml/jade |