diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-19 05:38:02 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-19 05:38:02 +0800 |
commit | 56b58ab169b81cc90088c48a4f76dc20636c05ea (patch) | |
tree | 4c83e094943be31632759bdbd9069034553d34d6 /sysutils | |
parent | f9d8a1e933039c849f18ba5c04c1307ed3aa53cc (diff) | |
download | freebsd-ports-gnome-56b58ab169b81cc90088c48a4f76dc20636c05ea.tar.gz freebsd-ports-gnome-56b58ab169b81cc90088c48a4f76dc20636c05ea.tar.zst freebsd-ports-gnome-56b58ab169b81cc90088c48a4f76dc20636c05ea.zip |
- Update MASTER_SITE
- While I'm here, fix CONFLICTS to please portlint
PR: ports/72844
Submitted by: Andreas Fehlner (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/userneu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index dc379b48768b..bd591abe7710 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/Makefile @@ -8,7 +8,7 @@ PORTNAME= userneu PORTVERSION= 1.38 CATEGORIES= sysutils -MASTER_SITES= http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \ +MASTER_SITES= http://btmdxm.mat.uni-bayreuth.de/~johannes/files/userneu/ \ http://home.arcor.de/fehlner/inhalt/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}_1 @@ -23,7 +23,7 @@ RUN_DEPENDS= \ USE_PERL5_RUN= yes NO_BUILD= yes -CONFLICTS= userneu-devel-* +CONFLICTS= userneu-devel-[0-9]* SCRIPTS= userneu.pl userquick.pl smbrepair.pl MAN8= userneu.8 userquick.8 |