diff options
-rw-r--r-- | sysutils/installwatch/Makefile | 21 | ||||
-rw-r--r-- | sysutils/installwatch/pkg-descr | 15 | ||||
-rw-r--r-- | sysutils/installwatch/pkg-plist | 7 |
3 files changed, 30 insertions, 13 deletions
diff --git a/sysutils/installwatch/Makefile b/sysutils/installwatch/Makefile index b071752a48f2..7a16ff86f428 100644 --- a/sysutils/installwatch/Makefile +++ b/sysutils/installwatch/Makefile @@ -1,17 +1,26 @@ -# New ports collection makefile for: installwatch -# Date created: 03 March 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> +# New ports collection makefile for: installwatch +# Date created: 03 March 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> # # $FreeBSD$ # -PORTNAME= installwatch +PORTNAME= installwatch PORTVERSION= 0.6.3 -CATEGORIES= sysutils +PORTREVISION= 1 +CATEGORIES= sysutils MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sergei@FreeBSD.org COMMENT= A file creation/modification logger +DOCS= BUGS CHANGELOG INSTALL README TODO + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/sysutils/installwatch/pkg-descr b/sysutils/installwatch/pkg-descr index 57784799377a..65918706e901 100644 --- a/sysutils/installwatch/pkg-descr +++ b/sysutils/installwatch/pkg-descr @@ -1,11 +1,12 @@ -Installwatch is a simple utility which keeps track of which files are -created and modified during the installation of a new program. It's -fast and easy to use. It doesn't require a "pre-install" phase because -it monitors processes while they run. Installwatch works with every -dynamically linked ELF program, by intercepting system calls that -cause file system alterations. +Installwatch is a simple utility which keeps track of which files +are created and modified during the installation of a new program. +It's fast and easy to use. It doesn't require a "pre-install" phase +because it monitors processes while they run. +Installwatch works with every dynamically linked ELF program, +by intercepting system calls that cause file system alterations. -WWW: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html +Author: Felipe Eduardo Sanchez Diaz Duran <izto@asic-linux.com.mx> +WWW: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html - George Reid greid@ukug.uk.freebsd.org diff --git a/sysutils/installwatch/pkg-plist b/sysutils/installwatch/pkg-plist index 49388ec424af..15d6979318fd 100644 --- a/sysutils/installwatch/pkg-plist +++ b/sysutils/installwatch/pkg-plist @@ -1,2 +1,9 @@ +@comment $FreeBSD$ bin/installwatch lib/installwatch.so +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% |