summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-14 10:56:15 +0000
committerfrueauf <frueauf>1998-07-14 10:56:15 +0000
commitd7272dd7a586f3b6c4b9244a4426d1a95a246771 (patch)
treeeaaacd3793a7798f41fc2b41ca1fa95c4725d22f /security
parentc6c4b90837a587a5af2a40f4763713e92dd49a78 (diff)
downloadpkgsrc-d7272dd7a586f3b6c4b9244a4426d1a95a246771.tar.gz
cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every
package Makefile.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 9ab6d8fb8d0..7270469cbec 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 1998/07/13 13:09:36 mycroft Exp $
+# $NetBSD: Makefile,v 1.31 1998/07/14 10:56:17 frueauf Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -127,7 +127,6 @@ post-install:
-f ${SSH_CONF_DIR}/ssh_host_key -N ""; \
fi
${INSTALL_SCRIPT} ${WRKDIR}/sshd.sh ${PREFIX}/etc/rc.d/sshd.sh
- @${CAT} ${PKGDIR}/MESSAGE
# Include <bsd.pkg.mk> here. It is essential to have all the override
# targets precede inclusion of this.