summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-22 12:58:33 +0000
committeragc <agc@pkgsrc.org>1998-06-22 12:58:33 +0000
commit988019b0161173d9185365a43313f01b0fdb5e3d (patch)
treed4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /security
parentdaa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff)
downloadpkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'security')
-rw-r--r--security/p5-MD5/Makefile5
-rw-r--r--security/pgp2/Makefile4
-rw-r--r--security/ssh/Makefile7
-rw-r--r--security/sudo/Makefile4
4 files changed, 4 insertions, 16 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile
index 6a6239bbc75..e83dfd7014d 100644
--- a/security/p5-MD5/Makefile
+++ b/security/p5-MD5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:32 frueauf Exp $
+# $NetBSD: Makefile,v 1.6 1998/06/22 13:06:18 agc Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
@@ -12,9 +12,6 @@ MAINTAINER= packages@netbsd.org
USE_PERL5= YES
-MAN3= MD5.3
-MANPREFIX= ${PREFIX}/lib/perl5
-
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index e4dcaa430d7..b25e0cce53c 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/06/03 13:49:07 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/22 13:06:18 agc Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -34,8 +34,6 @@ PGPLIB= ${PREFIX}/lib/pgp
CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\"
IS_INTERACTIVE= yes
-MAN1= pgp.1
-
.if ${MACHINE_ARCH} == "i386"
OBJS_EXT= _80386.o _zmatch.o
ASMFLAG= -DASM
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index cacf661c66e..8a672f41d83 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 1998/06/19 17:17:04 tron Exp $
+# $NetBSD: Makefile,v 1.28 1998/06/22 13:06:18 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -75,11 +75,6 @@ CONFIGURE_ARGS+= --disable-suid-ssh
CFLAGS+= -DLIBWRAP_FWD
.endif
-MAN1= scp.1 scp1.1 slogin.1 slogin1.1 ssh-add.1 ssh-add1.1 \
- ssh-agent.1 ssh-agent1.1 ssh-keygen.1 ssh-keygen1.1 \
- ssh.1 ssh1.1 make-ssh-known-hosts.1 make-ssh-known-hosts1.1
-MAN8= sshd.8 sshd1.8
-
PKGDIR= ${WRKDIR}/pkg
pre-patch:
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 781b3f07497..38ac6673f02 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:47 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/06/22 13:06:18 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp
#
@@ -13,8 +13,6 @@ MAINTAINER= erich@rrnet.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-C2 --with-skey --with-fbsdops
WRKSRC= ${WRKDIR}/sudo.v1.5.3
-MAN5= sudoers.5
-MAN8= sudo.8 visudo.8
post-install:
cd ${WRKSRC} ; ${CP} sample.sudoers ${PREFIX}/etc/sudoers.example