mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ba5e6bd4e1
-Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM macros to install the files. This should fix packet build failures. Approved by: kris
27 lines
655 B
Makefile
27 lines
655 B
Makefile
# New ports collection makefile for: termlog
|
|
# Date created: 20 August 2002
|
|
# Whom: C.S. Peron <bugs@sqrt.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= termlog
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
|
MASTER_SITE_SUBDIR= termlog
|
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
|
COMMENT= Monitor or log multiple system terminals synchronously
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAN1= termlog.1
|
|
PLIST_FILES= bin/termlog
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog
|
|
${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1
|
|
|
|
.include <bsd.port.mk>
|