From 7ab8a7a8ac94fd9edd459d931081be67e64b834a Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Wed, 20 Jan 1999 20:49:45 +0000 Subject: [PATCH] Standardize thecomment at the beginning. Install README.{install,methods} to share/doc/sentry. --- security/portsentry/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 5edf8160be52..3164b53af0b0 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -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