diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /textproc/jade/Makefile | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 5f11130..9ad122d 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -20,8 +20,9 @@ MAINTAINER= jfieber@FreeBSD.org BROKEN= nsgmls coredumps in static constructors .endif -USE_GMAKE= YES -USE_LIBTOOL= YES +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog @@ -42,7 +43,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/jade ${MKDIR} ${PREFIX}/share/sgml/jade ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib @if [ ! -f ${PREFIX}/share/sgml/catalog ]; then \ ${ECHO} "CATALOG \"${PREFIX}/share/sgml/jade/catalog\"" > ${PREFIX}/share/sgml/catalog; \ else \ |