diff options
Diffstat (limited to 'sysutils/stat/Makefile')
-rw-r--r-- | sysutils/stat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile index cdc78af..718c68d 100644 --- a/sysutils/stat/Makefile +++ b/sysutils/stat/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Februar 1996 # Whom: wosch # -# $Id: Makefile,v 1.3 1997/08/09 00:28:49 wosch Exp $ +# $Id: Makefile,v 1.4 1997/08/21 22:58:18 wosch Exp $ DISTNAME= stat-1.3 CATEGORIES= sysutils @@ -11,4 +11,7 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org +MAN1= stat.1 +MANCOMPRESSED= yes + .include <bsd.port.mk> |