1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/rdate/Makefile
Vanilla I. Shu d52f915982 1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
2013-11-16 04:15:28 +00:00

22 lines
559 B
Makefile

# Created by: cracauer@cons.org "Martin Cracauer"
# $FreeBSD$
PORTNAME= rdate
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://www.cons.org/freebsd-distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sets the clock of the local host to the time of another host
PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/rdate
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdate ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/rdate.8 ${STAGEDIR}${PREFIX}/man/man8/
.include <bsd.port.mk>