diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-01 16:47:56 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-01 16:47:56 +0000 |
commit | fbd698917314aeccc6b7c4cc994b8ee46a0e55d7 (patch) | |
tree | 54ab9e0a978b9c18aa29fbdf52116c56b2f9516c /textproc/py-sgrep | |
parent | ea2bb0c79f84fa6a303f205a4cf8623ff836960e (diff) | |
download | ports-fbd698917314aeccc6b7c4cc994b8ee46a0e55d7.tar.gz ports-fbd698917314aeccc6b7c4cc994b8ee46a0e55d7.zip |
Notes
Diffstat (limited to 'textproc/py-sgrep')
-rw-r--r-- | textproc/py-sgrep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-sgrep/Makefile b/textproc/py-sgrep/Makefile index 0f24356799b6..2dae52db4a32 100644 --- a/textproc/py-sgrep/Makefile +++ b/textproc/py-sgrep/Makefile @@ -9,8 +9,7 @@ PORTNAME= sgrep PORTVERSION= ${SGREP_VER} # dont know ver, so I decide to choose sgrep ver CATEGORIES= textproc python -MASTER_SITES= http://www.rexx.com/~dkuhlman/ \ - ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ +MASTER_SITES= http://www.rexx.com/~dkuhlman/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= pysgrep.tar.gz sgrep-${SGREP_VER}.tar.gz EXTRACT_ONLY= sgrep-1.92a.tar.gz |