diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-21 01:42:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-21 01:42:00 +0800 |
commit | e73f968257a662b9dc34c6ae94230fd56988e3e7 (patch) | |
tree | 0c0db54108decf014c2f05a9b788d1ebe9ff9e9a /textproc/rotix | |
parent | 93f132cb2003572e6a075d4ac14f31e388881366 (diff) | |
download | freebsd-ports-gnome-e73f968257a662b9dc34c6ae94230fd56988e3e7.tar.gz freebsd-ports-gnome-e73f968257a662b9dc34c6ae94230fd56988e3e7.tar.zst freebsd-ports-gnome-e73f968257a662b9dc34c6ae94230fd56988e3e7.zip |
fix master site and unbreak it
PR: 38175
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'textproc/rotix')
-rw-r--r-- | textproc/rotix/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile index 4327873385f1..d767b39e943c 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -10,12 +10,10 @@ PORTNAME= rotix PORTVERSION= 0.82 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/ +MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/ MAINTAINER= lintux@debian.org -BROKEN= "Does not fetch" - LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes |