freebsd-ports/sysutils/installwatch/Makefile
Sergei Kolobov 9e0ef82bb2 - Unbreak: the author fixed the master site (previously, the distfile
was unavailable for long time after site re-organization). Apparently,
  the author was unaware of the broken links, and fixed it promptly
  after I contacted him.
- The distfile has changed suffix (.tgz -> .tar.gz) - the file was re-rolled
  by the author. The only difference - an entry in the CHANGELOG
  (verified with diff -ruN)
2006-10-09 14:23:25 +00:00

25 lines
564 B
Makefile

# New ports collection makefile for: installwatch
# Date created: 03 March 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= installwatch
PORTVERSION= 0.6.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/
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>