aboutsummaryrefslogtreecommitdiff
path: root/security/termlog
diff options
context:
space:
mode:
Diffstat (limited to 'security/termlog')
-rw-r--r--security/termlog/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.mk>