1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00

Make some various cleanups. Note that I did not add RESTRICTED since this is

in no way cryptographically encumbered code.  The fact that it's
redistributed by me from freefall is completely coincidental.

Submitted by:	obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
This commit is contained in:
Brian Feldman 1999-11-09 12:43:45 +00:00
parent f99a6e9a55
commit 2122dd8811
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22988
5 changed files with 48 additions and 26 deletions

View File

@ -12,10 +12,8 @@ MASTER_SITES= http://www.FreeBSD.org/~green/
MAINTAINER= green@FreeBSD.org
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl
CFLAGS+= -I${PREFIX}/include
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
@ -26,6 +24,6 @@ MAKE_ENV+= CRYPTOLIBS="-L${PREFIX}/lib -lcrypto"
WRKSRC= ${WRKDIR}/ssh
pre-install:
@cd ${WRKSRC} && make DESTDIR=${PREFIX} distribution
@cd ${WRKSRC} && ${MAKE} DESTDIR=${PREFIX} distribution
.include <bsd.port.mk>

View File

@ -1,8 +1,8 @@
diff -ru /home/green/ssh/Makefile.inc ./Makefile.inc
--- /home/green/ssh/Makefile.inc Tue Oct 26 03:31:00 1999
+++ ./Makefile.inc Mon Nov 8 00:12:19 1999
--- Makefile.inc.orig Tue Oct 26 03:31:00 1999
+++ Makefile.inc Tue Nov 9 06:45:18 1999
@@ -1,11 +1,8 @@
CFLAGS+= -I${.CURDIR}/..
-CFLAGS+= -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/.. -I${PREFIX}/include
-.include <bsd.obj.mk>
-

View File

@ -1,10 +1,18 @@
diff -ru /home/green/ssh/ssh/Makefile ./ssh/Makefile
--- /home/green/ssh/ssh/Makefile Tue Oct 26 03:31:00 1999
+++ ./ssh/Makefile Mon Nov 8 00:13:55 1999
@@ -10,14 +10,15 @@
BINMODE?=4555
.endif
--- ssh/Makefile.orig Tue Oct 26 03:31:00 1999
+++ ssh/Makefile Tue Nov 9 06:56:24 1999
@@ -2,22 +2,17 @@
PROG= ssh
BINOWN= root
+BINMODE=4555
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "hppa")
-BINMODE=0000
-.else
-BINMODE?=4555
-.endif
-
-BINDIR= /usr/bin
-MAN= ssh.1
+BINDIR= /bin
@ -19,7 +27,7 @@ diff -ru /home/green/ssh/ssh/Makefile ./ssh/Makefile
.if (${KERBEROS} == "yes")
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
@@ -32,5 +33,5 @@
@@ -32,5 +27,5 @@
.include <bsd.prog.mk>

View File

@ -1,10 +1,18 @@
diff -ru /home/green/ssh/ssh-agent/Makefile ./ssh-agent/Makefile
--- /home/green/ssh/ssh-agent/Makefile Thu Oct 28 03:32:00 1999
+++ ./ssh-agent/Makefile Mon Nov 8 00:13:41 1999
@@ -10,12 +10,12 @@
BINMODE?=555
.endif
--- ssh-agent/Makefile.orig Thu Oct 28 03:32:00 1999
+++ ssh-agent/Makefile Tue Nov 9 06:41:50 1999
@@ -2,20 +2,14 @@
PROG= ssh-agent
BINOWN= root
+BINMODE=555
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "hppa")
-BINMODE=0000
-.else
-BINMODE?=555
-.endif
-
-BINDIR= /usr/bin
-MAN= ssh-agent.1
+BINDIR= /bin

View File

@ -1,10 +1,18 @@
diff -ru /home/green/ssh/ssh-keygen/Makefile ./ssh-keygen/Makefile
--- /home/green/ssh/ssh-keygen/Makefile Thu Oct 28 03:32:00 1999
+++ ./ssh-keygen/Makefile Mon Nov 8 00:13:47 1999
@@ -10,12 +10,12 @@
BINMODE?=555
.endif
--- ssh-keygen/Makefile.orig Thu Oct 28 03:32:00 1999
+++ ssh-keygen/Makefile Tue Nov 9 06:42:34 1999
@@ -2,20 +2,14 @@
PROG= ssh-keygen
BINOWN= root
+BINMODE=555
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "hppa")
-BINMODE=0000
-.else
-BINMODE?=555
-.endif
-
-BINDIR= /usr/bin
-MAN= ssh-keygen.1
+BINDIR= /bin