diff options
author | asami <asami@FreeBSD.org> | 1998-06-26 09:41:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-26 09:41:19 +0800 |
commit | e29c974a5eaa10977669b354809b384b9e7d8755 (patch) | |
tree | d883883af3bbd7c873f5e0ac150b1379701e6438 /devel | |
parent | dee72f81887ecce2e4979f8d9c06e306438be89f (diff) | |
download | freebsd-ports-gnome-e29c974a5eaa10977669b354809b384b9e7d8755.tar.gz freebsd-ports-gnome-e29c974a5eaa10977669b354809b384b9e7d8755.tar.zst freebsd-ports-gnome-e29c974a5eaa10977669b354809b384b9e7d8755.zip |
Hard to believe, but the distfile is already unfetchable!
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index e0128c6ef00e..3cc5299fdad7 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -3,7 +3,7 @@ # Date created: July 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/05/14 07:52:45 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/06/24 16:00:34 vanilla Exp $ # DISTNAME= Storable-0.6_402 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Storable MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= fetch + USE_PERL5= YES WRKSRC= ${WRKDIR}/Storable-0.6@2 |