svn commit: r319177 - head/sysutils/installwatch
Boris Samorodov
bsam at FreeBSD.org
Mon May 27 08:50:05 UTC 2013
Author: bsam
Date: Mon May 27 08:50:04 2013
New Revision: 319177
URL: http://svnweb.freebsd.org/changeset/ports/319177
Log:
. add LICENSE=GPLv2;
. add USE_LDCONFIG=yes;
. bump PORTREVISION;
. remove indefinite article from COMMENT;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS.
Modified:
head/sysutils/installwatch/Makefile
Modified: head/sysutils/installwatch/Makefile
==============================================================================
--- head/sysutils/installwatch/Makefile Mon May 27 08:49:45 2013 (r319176)
+++ head/sysutils/installwatch/Makefile Mon May 27 08:50:04 2013 (r319177)
@@ -1,24 +1,26 @@
-# New ports collection makefile for: installwatch
-# Date created: 03 March 2001
-# Whom: George Reid <greid at ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid at 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 at FreeBSD.org
-COMMENT= A file creation/modification logger
+COMMENT= File creation/modification logger
-PLIST_FILES= bin/installwatch lib/installwatch.so
+LICENSE= GPLv2
+
+USE_LDCONFIG= yes
+PLIST_FILES= bin/installwatch lib/installwatch.so
PORTDOCS= BUGS CHANGELOG INSTALL README TODO
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
More information about the svn-ports-head
mailing list