diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /textproc/fldiff | |
parent | 27f051e196ae160f0c7283ec823166942cf5e713 (diff) |
Notes
Diffstat (limited to 'textproc/fldiff')
-rw-r--r-- | textproc/fldiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 44afa5fb2c14..dbb90905abbc 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -9,9 +9,8 @@ PORTNAME= fldiff PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - http://www.easysw.com/~mike/fldiff/ +MASTER_SITES= http://www.easysw.com/~mike/fldiff/ \ + CRITICAL DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ehaupt@FreeBSD.org |