aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-22 03:41:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-22 03:41:51 +0000
commitdde31f23d7f5f038ca96f2ab1dcc2a5cf975e903 (patch)
tree43b811f96ce2a318a136d2030632aaa6c16a593d /textproc/jade
parent1ac4451c4e1448c5878ea07efc8aa1d1f96a795a (diff)
downloadports-dde31f23d7f5f038ca96f2ab1dcc2a5cf975e903.tar.gz
ports-dde31f23d7f5f038ca96f2ab1dcc2a5cf975e903.zip
o Remove unneeded CXXFLAGS tweak for 64bit archs.
o s/strip/${STRIP}/.
Notes
Notes: svn path=/head/; revision=85334
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index cc504ebf49f5..3d6ddca5ad42 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -33,18 +33,12 @@ XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
post-extract:
@${CHMOD} u+w ${WRKSRC}/configure
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
-CXXFLAGS:= ${CXXFLAGS} -DSIZEOF_SIZE_T=8
-.endif
-
pre-install:
@find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
post-install:
.for i in jade nsgmls sgmlnorm spam spent sx
- strip ${PREFIX}/bin/$i
+ ${STRIP} ${PREFIX}/bin/$i
.endfor
${MKDIR} ${PREFIX}/include/sp
${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp
@@ -54,4 +48,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade
@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>