diff options
author | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f (patch) | |
tree | 965df872c181a4f20f26529dd4065172eb751f17 /sysutils/stat/Makefile | |
parent | c732cab0da8b9be4a72c4d0cd26c2292ea584806 (diff) | |
download | FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.zip FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.gz |
Move manpages from pkg/PLIST to Makefile.
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> |