diff options
author | alex <alex@FreeBSD.org> | 2001-03-23 22:21:40 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-03-23 22:21:40 +0800 |
commit | 5c80d768ad18c5dbbde5165b8b267b4318c87919 (patch) | |
tree | 75d6da42d007a0866d315c1ff7d02ccf21cfce8d /sysutils | |
parent | 12fbf259a55788386ab5f7a127069cee7e17864a (diff) | |
download | freebsd-ports-gnome-5c80d768ad18c5dbbde5165b8b267b4318c87919.tar.gz freebsd-ports-gnome-5c80d768ad18c5dbbde5165b8b267b4318c87919.tar.zst freebsd-ports-gnome-5c80d768ad18c5dbbde5165b8b267b4318c87919.zip |
Make this actually fetchable (and BROKEN for systems < 4.2-RELEASE).
Submitted by: fenner's distfile survey
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/truncate/Makefile | 9 | ||||
-rw-r--r-- | sysutils/truncate/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile index 8d28b4df359e..3d0bce2fd03d 100644 --- a/sysutils/truncate/Makefile +++ b/sysutils/truncate/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ PORTNAME= truncate -PORTVERSION= 3.0 +PORTVERSION= 20010323 CATEGORIES= sysutils -MASTER_SITES= ftp://big.endian.de/pub/FreeBSD/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= alex MAINTAINER= alex@FreeBSD.org @@ -18,7 +19,7 @@ MAKE_ENV+= MANDIR=${PREFIX}/man/man BINDIR=${PREFIX}/bin WRKSRC= ${WRKDIR}/truncate .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500011 -BROKEN= "truncate(1) is in the base-system" +.if ${OSVERSION} >= 420000 +#BROKEN= "truncate(1) is in the base-system" .endif .include <bsd.port.post.mk> diff --git a/sysutils/truncate/distinfo b/sysutils/truncate/distinfo index 335788a0af77..488409f68a86 100644 --- a/sysutils/truncate/distinfo +++ b/sysutils/truncate/distinfo @@ -1 +1 @@ -MD5 (truncate-3.0.tar.gz) = 3710d0593e2c41bf7975cf4f98263d43 +MD5 (truncate-20010323.tar.gz) = cf4968189aea9b919249e20de66169a9 |