. add LICENSE=GPLv2;

. add USE_LDCONFIG=yes;
. bump PORTREVISION;
. remove indefinite article from COMMENT;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS.
This commit is contained in:
Boris Samorodov 2013-05-27 08:50:04 +00:00
parent fa07510833
commit 2f61758388
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319177

View file

@ -1,24 +1,26 @@
# New ports collection makefile for: installwatch
# Date created: 03 March 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
#
PORTNAME= installwatch
PORTVERSION= 0.6.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= A file creation/modification logger
COMMENT= File creation/modification logger
LICENSE= GPLv2
USE_LDCONFIG= yes
PLIST_FILES= bin/installwatch lib/installwatch.so
PORTDOCS= BUGS CHANGELOG INSTALL README TODO
OPTIONS_DEFINE= DOCS
.if !defined(NOPORTDOCS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}