diff options
author | max <max@FreeBSD.org> | 1999-01-21 04:49:45 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1999-01-21 04:49:45 +0800 |
commit | 3747c3a81eefb7ced2c0c4d22ea6fd5fa9f47bc5 (patch) | |
tree | e232a38ee25f00ae63b08f1240e96812137a3a55 /security | |
parent | 3f9067789ae3054159234f7dc15f2e7d0ec7cb0b (diff) | |
download | freebsd-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/Makefile | 11 |
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> |