mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
f839232296
Patch sample config file to include usr/home as most modern FreeBSD configs have /home as a symlink to /usr/home. Without this users coule be tricked into thinking they were successfully backing up their home directory. MFH: 2015Q4
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= acts
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= sysutils archivers
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Another Calendar-based Tarsnap Script
|
|
|
|
RUN_DEPENDS= tarsnap>=0:${PORTSDIR}/sysutils/tarsnap
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= alexjurkiewicz
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts
|
|
${INSTALL_DATA} ${WRKSRC}/acts.conf.sample ${STAGEDIR}/${PREFIX}/etc/acts.conf.sample
|
|
|
|
.include <bsd.port.mk>
|