aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-02-17 13:08:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-02-17 13:08:50 +0000
commit769764e0659b96928fdaf978e55065b9dc3b03a5 (patch)
tree417858c15b2e7981abcf3777382e819b8cc26256 /textproc/openjade/Makefile
parentf14a1cf93be82636fdec0dc185c9a812b0bb0d43 (diff)
downloadports-769764e0659b96928fdaf978e55065b9dc3b03a5.tar.gz
ports-769764e0659b96928fdaf978e55065b9dc3b03a5.zip
Use LIB_TOOL.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/16698 Not approved by: maintainer
Notes
Notes: svn path=/head/; revision=25934
Diffstat (limited to 'textproc/openjade/Makefile')
-rw-r--r--textproc/openjade/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index b104efb8a25d..e6a5c88b8622 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -21,10 +21,14 @@ BROKEN= nsgmls coredumps in static constructors
.endif
USE_GMAKE= YES
+USE_LIBTOOL= YES
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog
+post-extract:
+ @${CHMOD} u+w ${WRKSRC}/configure
+
pre-install:
@find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;