diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-12 12:34:44 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-12 12:34:44 +0000 |
commit | 8f74f5f9f7b0a28cc62c0794fec2578406cebbeb (patch) | |
tree | ad1fac7a58909e360c215f6a468083c86fd36ca2 | |
parent | - Update to 1.0.6 (diff) |
Update MASTER_SITES (fetchable again)
Notified by: kris
-rw-r--r-- | sysutils/foremost/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index 7aa1102cddc2..7e7e9a38ef51 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -9,7 +9,8 @@ PORTNAME= foremost PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://${PORTNAME}.sourceforge.net/pkg/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= onatan@gmail.com COMMENT= Console program to recover files based on their headers and footers |