Standardize thecomment at the beginning.

Install README.{install,methods} to share/doc/sentry.
This commit is contained in:
Masafumi Max NAKANE 1999-01-20 20:49:45 +00:00
parent ef2b002d3e
commit 7ab8a7a8ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16210

View file

@ -1,9 +1,9 @@
# Ports collection makefile for: sentry
# New ports collection makefile for: sentry
# Version required: 0.61
# Date created: 3 January 1998
# Whom: chris@still.whet.org
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1998/12/19 16:53:20 jseger Exp $
#
DISTNAME= sentry-0.61
@ -15,4 +15,11 @@ MAINTAINER= chris@still.whet.org
WRKSRC= ${WRKDIR}/sentry_beta
ALL_TARGET= bsd
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sentry
${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods \
${PREFIX}/share/doc/sentry
.endif
.include <bsd.port.mk>