aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1999-01-21 04:49:45 +0800
committermax <max@FreeBSD.org>1999-01-21 04:49:45 +0800
commit3747c3a81eefb7ced2c0c4d22ea6fd5fa9f47bc5 (patch)
treee232a38ee25f00ae63b08f1240e96812137a3a55 /security
parent3f9067789ae3054159234f7dc15f2e7d0ec7cb0b (diff)
downloadfreebsd-ports-gnome-3747c3a81eefb7ced2c0c4d22ea6fd5fa9f47bc5.tar.gz
freebsd-ports-gnome-3747c3a81eefb7ced2c0c4d22ea6fd5fa9f47bc5.tar.zst
freebsd-ports-gnome-3747c3a81eefb7ced2c0c4d22ea6fd5fa9f47bc5.zip
Standardize thecomment at the beginning.
Install README.{install,methods} to share/doc/sentry.
Diffstat (limited to 'security')
-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>