aboutsummaryrefslogtreecommitdiff
path: root/security/termlog
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2005-09-25 15:02:12 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2005-09-25 15:02:12 +0000
commitba5e6bd4e134ce782687ca231afb5c6dd56b3339 (patch)
treed94753a5eb11586e50794c3771c5081322fb6d4a /security/termlog
parent3d41ff44cf52a809e9ba14a9adef5bf8f2a46cb1 (diff)
downloadports-ba5e6bd4e134ce782687ca231afb5c6dd56b3339.tar.gz
ports-ba5e6bd4e134ce782687ca231afb5c6dd56b3339.zip
Notes
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>