freebsd-ports/sysutils/installwatch/Makefile
Volker Stolz 7f47f4c010 - Fix bus error due to application error
- Remove pkg-plist while here

PR:		ports/109260
Submitted by:	Jason DiCioccio
2008-07-28 06:39:49 +00:00

27 lines
621 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= ports@FreeBSD.org
COMMENT= A file creation/modification logger
PLIST_FILES= bin/installwatch lib/installwatch.so
PORTDOCS= BUGS CHANGELOG INSTALL README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>