diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
commit | 053520453dc374b6c02b15ad78efd7e0e52867f6 (patch) | |
tree | 9715c5e142788fa00b976d2c5a75b984e005be15 /security/openssh | |
parent | 353346c8f2676860eb119c92298802aa94479b3a (diff) |
Notes
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 2d21b84dd1ce..d514f71cc3a5 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -58,13 +58,6 @@ CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV+= LIBDATADIR=${PREFIX}/libdata MANDIR=${MANPREFIX}/man/man CRYPTOLIBS="${CRYPTOLIBS}" -.if ${OSVERSION} < 400014 -MAKE_ENV+= COMPAT_GETADDRINFO=yes -ADDME+= netdb.h -.else -MAKE_ENV+= INET6FLAGS=-DINET6 -.endif - .if !exists(/usr/include/tcpd.h) MAKE_ENV+= TCP_WRAPPERS=no .endif @@ -126,20 +119,6 @@ pre-configure: ${WRKSRC}/${i}.sed >${WRKSRC}/${i} .endfor -.if ${OSVERSION} < 430000 -post-configure: -.for i in ${FIXME} - @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed - ${SED} -e "s=KERBEROS[:]L=KERBEROS=" \ - -e "s=KERBEROS5[:]L=KERBEROS5=" \ - -e "s=AFS[:]L=AFS=" \ - -e "s=TCP_WRAPPERS[:]L=TCP_WRAPPERS=" \ - -e "s=SKEY[:]L=SKEY=" \ - -e "s=PAM[:]L=PAM=" \ - ${WRKSRC}/${i}.sed >${WRKSRC}/${i} -.endfor -.endif - pre-install: -${MKDIR} ${EMPTYDIR} if ! pw groupshow sshd; then pw groupadd sshd -g 22; fi |