diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 2646e845ff93d66d7a8b1135ca481e9f284af0c8 (patch) | |
tree | deffabe320b2949ec66c44c67f9ddb3ce9279bca /sysutils/stat | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) | |
download | ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.tar.gz ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.zip |
Notes
Diffstat (limited to 'sysutils/stat')
-rw-r--r-- | sysutils/stat/Makefile | 5 | ||||
-rw-r--r-- | sysutils/stat/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile index cdc78af74609..718c68ddfa18 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> diff --git a/sysutils/stat/pkg-plist b/sysutils/stat/pkg-plist index 54d7995ad085..29ead85a5633 100644 --- a/sysutils/stat/pkg-plist +++ b/sysutils/stat/pkg-plist @@ -1,2 +1 @@ bin/stat -man/man1/stat.1.gz |