diff options
-rw-r--r-- | devel/shtool/Makefile | 7 | ||||
-rw-r--r-- | devel/shtool/distinfo | 4 | ||||
-rw-r--r-- | devel/shtool/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index 7a6ca1d3487b..63440f7aa205 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -6,16 +6,17 @@ # PORTNAME= shtool -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_OSSP} -MASTER_SITE_SUBDIR= tool/${PORTNAME} +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Portable Shell Tool USE_PERL5_BUILD= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \ shtool-mdate.1 shtool-mkdir.1 shtool-mkln.1 shtool-mkshadow.1 \ diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo index 128156114629..7c8cc827dc82 100644 --- a/devel/shtool/distinfo +++ b/devel/shtool/distinfo @@ -1,2 +1,2 @@ -MD5 (shtool-2.0.1.tar.gz) = b434ed054fed53af682b52489c7931d4 -SIZE (shtool-2.0.1.tar.gz) = 91315 +MD5 (shtool-2.0.2.tar.gz) = caa3a195e130a64cce8403045ed88a46 +SIZE (shtool-2.0.2.tar.gz) = 91684 diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr index 7b7a95b791b7..1619ca60df58 100644 --- a/devel/shtool/pkg-descr +++ b/devel/shtool/pkg-descr @@ -9,4 +9,4 @@ tree of free software packages. There it can take over various (usually non-portable) tasks related to the building and installation of such packages. -WWW: http://www.ossp.org/pkg/tool/shtool/ +WWW: http://www.gnu.org/software/shtool/ |