diff options
author | ache <ache@FreeBSD.org> | 1995-07-28 01:00:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-28 01:00:38 +0000 |
commit | 0354c2979d3bc010f8635a0835c423e520e83ddd (patch) | |
tree | 2bf72477a035b23322d0194c0efcd26d87529679 /security | |
parent | a8669b470611f827a5d7591fca4575b88c95c908 (diff) | |
download | FreeBSD-ports-0354c2979d3bc010f8635a0835c423e520e83ddd.zip FreeBSD-ports-0354c2979d3bc010f8635a0835c423e520e83ddd.tar.gz |
Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one Makefile
change
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/Makefile | 3 | ||||
-rw-r--r-- | security/pidentd/files/patch-ab | 28 |
2 files changed, 15 insertions, 16 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 225d06c..992efcb 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 48cac4d..2779a33 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 |