freebsd-ports/sysutils/host-setup/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

19 lines
505 B
Makefile

PORTNAME= host-setup
PORTVERSION= 4.0.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= System configuration setup/management utility
WWW= https://druidbsd.sourceforge.net/
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>