diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 03:47:23 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 03:47:23 +0000 |
commit | 276c8db71e727c12ec19d930af5f3d8a5bf1de38 (patch) | |
tree | 596b9c9eb9392d4eeedc55ebd89d8f532026710c /www | |
parent | 1b39fb8d5a41f55f8087e62728a2973d111bdf69 (diff) | |
download | FreeBSD-ports-276c8db71e727c12ec19d930af5f3d8a5bf1de38.zip FreeBSD-ports-276c8db71e727c12ec19d930af5f3d8a5bf1de38.tar.gz |
Update to version 1.0.3.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'www')
-rw-r--r-- | www/libghttp/Makefile | 11 | ||||
-rw-r--r-- | www/libghttp/distinfo | 2 | ||||
-rw-r--r-- | www/libghttp/pkg-plist | 3 |
3 files changed, 6 insertions, 10 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index a1bcdd0..2398cdc 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: libghttp -# Version required: 1.0.2 +# Version required: 1.0.3 # Date Created: 24 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1999/03/27 10:35:57 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/04/02 03:25:29 steve Exp $ # -DISTNAME= libghttp-1.0.2 +DISTNAME= libghttp-1.0.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libghttp MAINTAINER= vanilla@FreeBSD.ORG -GNU_CONFIGURE= yes - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> diff --git a/www/libghttp/distinfo b/www/libghttp/distinfo index b3a0d6e..a31c05d 100644 --- a/www/libghttp/distinfo +++ b/www/libghttp/distinfo @@ -1 +1 @@ -MD5 (libghttp-1.0.2.tar.gz) = a6e9688214d37f130234239cf410f7a0 +MD5 (libghttp-1.0.3.tar.gz) = f9cf46ccde67360e1f038d56146fef59 diff --git a/www/libghttp/pkg-plist b/www/libghttp/pkg-plist index e4d7de8..bbe96bc 100644 --- a/www/libghttp/pkg-plist +++ b/www/libghttp/pkg-plist @@ -1,8 +1,7 @@ include/ghttp.h include/ghttp_constants.h lib/libghttp.a -lib/libghttp.la lib/libghttp.so -lib/libghttp.so.1.0 +lib/libghttp.so.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |