freebsd-ports/sysutils/rsyncmanager/Makefile
Doug Barton 235e0c0890 Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
2012-08-21 21:00:33 +00:00

44 lines
1,011 B
Makefile

# New ports collection makefile for: rsyncmanager
# Date created: 29 October 2004
# Whom: Kelley Reynolds <kelley@insidesystems.net>
#
# $FreeBSD$
#
PORTNAME= rsyncmanager
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.insidesystems.net/rsyncmanager/
MAINTAINER= kelley@insidesystems.net
COMMENT= Flexible rsync resource manager daemon written in ruby
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_RUBY= yes
USE_RUBY_FEATURES= ruby18
NO_BUILD= yes
PORTDOCS= README
USE_RC_SUBR= ${PORTNAME}
SUB_LIST= RUBY_WITHOUT_SUFFIX="${RUBY_WITHOUT_SUFFIX}"
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME}.rb ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/documentation/${PORTNAME}.xml ${PREFIX}/etc/${PORTNAME}.xml.sample
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/documentation/${docfile} ${DOCSDIR}
.endfor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>