diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index b2eecd00ac9..20aeaceb44f 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2000/06/21 09:22:05 kevlo Exp $ +# $OpenBSD: Makefile,v 1.20 2000/06/22 04:39:07 brad Exp $ # $FreeBSD: Makefile,v 1.3 1999/04/29 15:32:56 rse Exp $ DISTNAME= shtool-1.4.9 @@ -7,15 +7,17 @@ NEED_VERSION= 1.307 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= shtool +HOMEPAGE= http://www.gnu.org/software/shtool/ + MAINTAINER= brad@openbsd.org -LICENSE_TYPE= GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_STYLE= gnu -FAKE_FLAGS=prefix='${WRKINST}${PREFIX}' +CONFIGURE_STYLE= gnu + +FAKE_FLAGS= prefix='${WRKINST}${PREFIX}' .include diff --git a/devel/shtool/pkg/DESCR b/devel/shtool/pkg/DESCR index e56c8165023..f5bbc73aad6 100644 --- a/devel/shtool/pkg/DESCR +++ b/devel/shtool/pkg/DESCR @@ -8,5 +8,4 @@ intended to be used inside the source tree of Open Source packages. There it can overtake various (usually non-portable) tasks related to the building and installation of an Open Source package. -The homepage with the latest release can be found on -http://www.engelschall.com/sw/shtool/ +WWW: ${HOMEPAGE}