diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-06 08:10:24 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-06 08:10:24 +0000 |
commit | d2b5da83a905ced793efa32e895e54ee68a183d3 (patch) | |
tree | 01ccb33860dfd14322148ee413d1e9edd98ac020 /textproc/expat2/Makefile | |
parent | 8d61c6fe4761e1edaa3edfb703484371a7a0da99 (diff) | |
download | ports-d2b5da83a905ced793efa32e895e54ee68a183d3.tar.gz ports-d2b5da83a905ced793efa32e895e54ee68a183d3.zip |
Notes
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r-- | textproc/expat2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index e10de2ab7b12..b2ccec848597 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -6,17 +6,18 @@ # PORTNAME= expat -PORTVERSION= 1.95.2 +PORTVERSION= 1.95.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= expat MAINTAINER= kuriyama@FreeBSD.org -CONFIGURE_ARGS= --enable-shared --enable-static USE_LIBTOOL= yes - +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +ALL_TARGET= default INSTALLS_SHLIB= yes +MAN1= xmlwf.1 SHLIB_MAJOR= 2 @@ -24,7 +25,4 @@ MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin - .include <bsd.port.mk> |