From 15aa42123c89f3e448306505aba7fdb6af5035d1 Mon Sep 17 00:00:00 2001 From: csjp Date: Sun, 25 Sep 2005 15:02:12 +0000 Subject: -Remove MANCOMPRESSED macro as it's not required -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 --- security/termlog/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security/termlog') diff --git a/security/termlog/Makefile b/security/termlog/Makefile index 1d68cda3008a..8f13b71d110b 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -14,8 +14,13 @@ MASTER_SITE_SUBDIR= termlog MAINTAINER= csjp@FreeBSD.org COMMENT= Monitor or log multiple system terminals synchronously +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + MAN1= termlog.1 -MANCOMPRESSED= yes PLIST_FILES= bin/termlog +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog + ${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1 + .include -- cgit