summaryrefslogtreecommitdiff
path: root/security/zebedee
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-24 23:20:43 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-24 23:20:43 +0000
commitf0d704753a8e2dc90888cf4ce6428cbaa1dac12e (patch)
tree8de6d1d3ffb9bd93e48fa8f9b801e525fa4e5d69 /security/zebedee
parentDon't create the PLIST in ${.CURDIR} but ${WRKDIR} instead because (diff)
Allow this to build on bento again where /usr/bin/bzip2 exists on bento
but not on gohan*.
Notes
Notes: svn path=/head/; revision=52126
Diffstat (limited to 'security/zebedee')
-rw-r--r--security/zebedee/Makefile2
-rw-r--r--security/zebedee/files/patch-aa6
2 files changed, 4 insertions, 4 deletions
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index 1af415c9c3b3..a01cf6496407 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.winton.org.uk/zebedee/ \
MAINTAINER= greg@hewgill.com
-.if !exists(/usr/bin/bzip2)
+.if defined(${BATCH}) || !exists(/usr/bin/bzip2)
LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-aa
index c6c009b753f5..153ee3d6d433 100644
--- a/security/zebedee/files/patch-aa
+++ b/security/zebedee/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Jul 4 17:16:33 2001
-+++ Makefile Wed Jul 4 17:16:54 2001
+--- Makefile.orig Fri Apr 13 12:41:22 2001
++++ Makefile Mon Dec 24 17:17:48 2001
@@ -3,7 +3,7 @@
#
# $Id: Makefile,v 1.2 2001/04/13 17:41:21 ndwinton Exp $
@@ -52,7 +52,7 @@
-BZINC = -I../bzip2-1.0.1
-BZLIB = ../bzip2-1.0.1/libbz2.a
+BZINC = -I${LOCALBASE}/include
-+BZLIB = ${LOCALBASE}/lib/libbz2.a
++BZLIB = -L${LOCALBASE}/lib -lbz2
#
# Tools needed for Perl "POD"-format documentation conversion.