1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/editors/ved/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

17 lines
374 B
Makefile

PORTNAME= ved
CATEGORIES= editors
COMMENT= Visual editor (easy to learn, fast, and lean)
WWW= https://schilytools.sourceforge.net/ved.html
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"