diff --git a/archivers/tartest/Makefile b/archivers/tartest/Makefile index 90e00461f5c7..efdbc293ac07 100644 --- a/archivers/tartest/Makefile +++ b/archivers/tartest/Makefile @@ -1,14 +1,14 @@ PORTNAME= tartest CATEGORIES= archivers devel COMMENT= Test tar archive for POSIX.1-1990 compliance -WWW= https://schilytools.sourceforge.net/ +WWW= https://codeberg.org/schilytools/schilytools MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= tartest post-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/share/doc/star cd ${WRKSRC}/star && ${COPYTREE_SHARE} testscripts ${STAGEDIR}/${PREFIX}/share/doc/star/ .include "${MASTERDIR}/Makefile.master" diff --git a/devel/sunpromake/Makefile b/devel/sunpromake/Makefile index bc91fed95cc0..474cd46e2929 100644 --- a/devel/sunpromake/Makefile +++ b/devel/sunpromake/Makefile @@ -1,24 +1,24 @@ PORTNAME= sunpromake CATEGORIES= devel parallel COMMENT= Parallel-execution enabled SunOS make program, enhanced to fit POSIX -WWW= https://schilytools.sourceforge.net/sunpromake.html +WWW= https://codeberg.org/schilytools/schilytools USE_LDCONFIG= yes CONFLICTS= dmake MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= sunpro CXXFLAGS+= -Wno-register # these libraries are installed by the sunpro component # but are internal to the program. The author recommends # not shipping them, so we don't. post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libbsd.a ${RM} ${STAGEDIR}${PREFIX}/lib/libmksh.a ${RM} ${STAGEDIR}${PREFIX}/lib/libvroot.a .include "${MASTERDIR}/Makefile.master" diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 2e8e5a50f264..a7bcfdae43bc 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -1,16 +1,16 @@ PORTNAME= ved CATEGORIES= editors COMMENT= Visual editor (easy to learn, fast, and lean) -WWW= https://schilytools.sourceforge.net/ved.html +WWW= https://codeberg.org/schilytools/schilytools OPTIONS_DEFINE= DOCS MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= ved post-install-DOCS-off: ${RM} ${STAGEDIR}share/doc/vedsheet.* ${RM} ${STAGEDIR}share/man/help/ved.help.gz .include "${MASTERDIR}/Makefile.master" diff --git a/shells/bosh/Makefile b/shells/bosh/Makefile index d51603de8c1c..54833905e78d 100644 --- a/shells/bosh/Makefile +++ b/shells/bosh/Makefile @@ -1,16 +1,16 @@ PORTNAME= bosh CATEGORIES= shells COMMENT= Bourne Shell extended by J. Schilling MAINTAINER= fuz@FreeBSD.org -WWW= https://schilytools.sourceforge.net/bosh.html +WWW= https://codeberg.org/schilytools/schilytools # bin/bosh CONFLICTS_INSTALL= bosh-cli MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= obosh \ pbosh \ sh .include "${MASTERDIR}/Makefile.master" diff --git a/sysutils/schilyutils/Makefile b/sysutils/schilyutils/Makefile index 5151b19c2bc4..b73d0758fde5 100644 --- a/sysutils/schilyutils/Makefile +++ b/sysutils/schilyutils/Makefile @@ -1,54 +1,54 @@ PORTNAME= schilyutils CATEGORIES= sysutils converters deskutils textproc shells COMMENT= Collection of utilities from J. Schilling -WWW= https://schilytools.sourceforge.net/ +WWW= https://codeberg.org/schilytools/schilytools USES+= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= cstyle/cstyle.pl # bin/bsh bin/calc bin/copy bin/count bin/fsdiff CONFLICTS_INSTALL= bsh calc deforaos-browser \ latte-integrale p5-Math-SigFigs radmind MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= bsh \ btcflash \ cal \ calc \ calltree \ change \ compare \ copy \ count \ cpp \ cstyle \ ctags \ cut \ fifo \ label \ hdump \ lndir \ match \ mdigest \ p \ paste \ patch \ printf \ sdd \ sfind \ sformat \ sgrow \ termcap \ translit \ udiff # these files are installed by the patch target, # but they belong to devel/sccs. post-install: ${RM} ${STAGEDIR}${PREFIX}/ccs/bin/sccspatch cd ${STAGEDIR}${PREFIX} && ${RMDIR} -p ccs/bin ${RM} ${STAGEDIR}${PREFIX}/share/man/man1/sccspatch.1 .include "${MASTERDIR}/Makefile.master"