From d258205c1ca40d5ebd3a4ef1c249bd8e9881e82d Mon Sep 17 00:00:00 2001 From: merdely Date: Sun, 23 Sep 2007 17:07:21 +0000 Subject: [PATCH] Tweak HOMEPAGE and MASTER_SITES. ok MAINTAINER (Will Maier) and simon@ --- devel/libconfig/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index 8ef4d3e51c5..ae461fe52a7 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,15 +1,16 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 20:19:05 merdely Exp $ +# $OpenBSD: Makefile,v 1.2 2007/09/23 17:07:21 merdely Exp $ COMMENT= library for manipulating structured configuration files DISTNAME= libconfig-1.1.3 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS= config 4.3 \ config++ 4.3 CATEGORIES= devel -HOMEPAGE= http://www.hyperrealm.com/libconfig/ +HOMEPAGE= http://www.hyperrealm.com/libconfig/libconfig.html MAINTAINER= Will Maier @@ -19,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= http://www.hyperrealm.com/libconfig/ USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu