aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-07-28 01:00:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-07-28 01:00:38 +0000
commitbe22f642741c94a0c7ffe3c13902494755b02a4e (patch)
tree08a769fc813f0de609f401448ea458b69ad486d9
parent12b03cb3ffe562d0de6312a1cbcd3cf6c19dc75d (diff)
downloadports-be22f642741c94a0c7ffe3c13902494755b02a4e.tar.gz
ports-be22f642741c94a0c7ffe3c13902494755b02a4e.zip
Notes
-rw-r--r--security/pidentd/Makefile3
-rw-r--r--security/pidentd/files/patch-ab28
2 files changed, 15 insertions, 16 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index 225d06c63e4f..992efcbcec46 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -3,13 +3,14 @@
# Date created: 19 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.7 1995/07/13 01:15:51 asami Exp $
+# $Id: Makefile,v 1.8 1995/07/27 20:29:39 torstenb Exp $
#
DISTNAME= pidentd-2.6.1
CATEGORIES+= security networking
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
+ALL_TARGET= freebsd
MAINTAINER= torstenb@FreeBSD.ORG
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab
index 48cac4d2519d..2779a331025f 100644
--- a/security/pidentd/files/patch-ab
+++ b/security/pidentd/files/patch-ab
@@ -1,5 +1,5 @@
-*** Makefile.orig Mon Jun 5 19:49:08 1995
---- Makefile Thu Jul 27 21:10:17 1995
+*** Makefile.orig Mon Jun 5 21:49:08 1995
+--- Makefile Fri Jul 28 04:53:59 1995
***************
*** 15,21 ****
#
@@ -18,24 +18,22 @@
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
***************
-*** 44,50 ****
+*** 42,48 ****
+ # GLIBS=-lident -ldes
+ GLIBS=
- CFLAGS=-O
+! CFLAGS=-O
-! all:
+ all:
@echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
---- 44,52 ----
+--- 42,48 ----
+ # GLIBS=-lident -ldes
+ GLIBS=
- CFLAGS=-O
+! #CFLAGS=-O
-! all: freebsd
-!
-! fake:
+ all:
@echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
***************
*** 387,393 ****
@@ -45,7 +43,7 @@
tests:
(cd testdir ; make)
---- 389,395 ----
+--- 387,393 ----
install: in.identd
cp identd.8 $(MANDIR)/identd.8