summaryrefslogtreecommitdiff
path: root/security/portsentry/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-01-20 20:49:45 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-01-20 20:49:45 +0000
commit7ab8a7a8ac94fd9edd459d931081be67e64b834a (patch)
tree98d29a79e9ab92262316429b8ce70e19437ce363 /security/portsentry/Makefile
parent(I) add www virtual category, (II) add a mirror site (diff)
Standardize thecomment at the beginning.
Install README.{install,methods} to share/doc/sentry.
Notes
Notes: svn path=/head/; revision=16210
Diffstat (limited to '')
-rw-r--r--security/portsentry/Makefile11
1 files 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 <bsd.port.mk>