1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/sysutils/cdeploy/Makefile
Muhammad Moinur Rahman 4490b3df31
sysutils/cdeploy: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 15:30:32 +01:00

16 lines
362 B
Makefile

PORTNAME= cdeploy
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/root-tools/cdeploy/0.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Deploy a set of configuration files to a target file system
WWW= https://sourceforge.net/projects/root-tools/
USES= tar:bzip2
PLIST_FILES= share/man/man1/cdeploy.1.gz sbin/cdeploy
.include <bsd.port.mk>