diff options
author | Michael Landin <mich@FreeBSD.org> | 2005-05-19 10:51:26 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2005-05-19 10:51:26 +0000 |
commit | 6cb0e76c7024626554a9558b4e5db97e3062a125 (patch) | |
tree | 8658ed023610c60efd7c23edf13752a7b11e29a8 /sysutils/finfo | |
parent | 3c2950668ac2892984c62a62a2567eb8cf683c32 (diff) |
o install man page
0 remove WWW as this is no longer valid
Notes
Notes:
svn path=/head/; revision=135599
Diffstat (limited to 'sysutils/finfo')
-rw-r--r-- | sysutils/finfo/Makefile | 2 | ||||
-rw-r--r-- | sysutils/finfo/pkg-descr | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile index f6ea74250c0c..368b30141b64 100644 --- a/sysutils/finfo/Makefile +++ b/sysutils/finfo/Makefile @@ -15,11 +15,13 @@ MAINTAINER= mich@FreeBSD.org COMMENT= Finfo displays potentially useful information about a file PLIST_FILES= bin/finfo +MAN1= finfo.1 do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${PREFIX}/man/man1/ .include <bsd.port.mk> diff --git a/sysutils/finfo/pkg-descr b/sysutils/finfo/pkg-descr index 3f6691526fdf..30062db79c65 100644 --- a/sysutils/finfo/pkg-descr +++ b/sysutils/finfo/pkg-descr @@ -1,7 +1,6 @@ Finfo displays potentially useful information about a file. AUTHOR: Christine F. Maxwell <cfm@o-o.org> -WWW: http://www.cfm.o-o.org/software/finfo/ - Michael L. Hostbaek mich@FreeBSD.org |