diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-09-15 16:33:27 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-09-15 16:33:27 +0000 |
commit | def9c68df2b3ee5ada9c1c67c44e9d9ee52b860b (patch) | |
tree | c733f6e6d3ce5fa0bcae87cd0b16ea60cd724a08 /security/termlog/Makefile | |
parent | a4546be50b01964448a4aea145e845d28bbe6ece (diff) | |
download | ports-def9c68df2b3ee5ada9c1c67c44e9d9ee52b860b.tar.gz ports-def9c68df2b3ee5ada9c1c67c44e9d9ee52b860b.zip |
Notes
Diffstat (limited to 'security/termlog/Makefile')
-rw-r--r-- | security/termlog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile index b2c1bd31374a..b564aecbfc37 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -6,8 +6,7 @@ # PORTNAME= termlog -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= security sysutils MASTER_SITES= http://www.seccuris.com/documents/downloads/ MASTER_SITE_SUBDIR= termlog @@ -15,5 +14,6 @@ MASTER_SITE_SUBDIR= termlog MAINTAINER= maneo@bsdpro.com MAN1= termlog.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |