diff options
-rw-r--r-- | security/pidentd/Makefile | 6 | ||||
-rw-r--r-- | security/pidentd/distinfo | 2 | ||||
-rw-r--r-- | security/pidentd/scripts/configure | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 96460f8a4443..15829a39b8ed 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pidentd -# Version required: 2.6.1 +# Version required: 2.7a7 # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/07/28 01:00:30 ache Exp $ +# $Id: Makefile,v 1.10 1995/11/22 13:20:13 asami Exp $ # -DISTNAME= pidentd-2.6.1 +DISTNAME= pidentd-2.7a7 CATEGORIES+= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ diff --git a/security/pidentd/distinfo b/security/pidentd/distinfo index 49c687c4bc51..5dd12a9561bc 100644 --- a/security/pidentd/distinfo +++ b/security/pidentd/distinfo @@ -1 +1 @@ -MD5 (pidentd-2.6.1.tar.gz) = ef76a28e5efa13280069044a1f64b5f8 +MD5 (pidentd-2.7a7.tar.gz) = cde417e9c92a6a66482cbb861a980040 diff --git a/security/pidentd/scripts/configure b/security/pidentd/scripts/configure index 0675f3c2e9ba..99b0e6a9609f 100644 --- a/security/pidentd/scripts/configure +++ b/security/pidentd/scripts/configure @@ -1,10 +1,10 @@ #!/bin/sh # -# $Id: configure,v 1.2 1994/11/10 05:54:55 gpalmer Exp $ +# $Id: configure,v 1.3 1995/07/27 20:30:09 torstenb Exp $ # mv ${WRKSRC}/src/paths.h ${WRKSRC}/src/paths.h.bak sed <${WRKSRC}/src/paths.h.bak >${WRKSRC}/src/paths.h s+!!PREFIX!!+$PREFIX+g -mv ${WRKSRC}/identd.8 ${WRKSRC}/identd.8.bak -sed <${WRKSRC}/identd.8.bak >${WRKSRC}/identd.8 s+!!PREFIX!!+$PREFIX+g +mv ${WRKSRC}/identd.man ${WRKSRC}/identd.man.bak +sed <${WRKSRC}/identd.man.bak >${WRKSRC}/identd.man s+!!PREFIX!!+$PREFIX+g |