diff options
author | joerg <joerg> | 2010-02-04 02:42:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-04 02:42:23 +0000 |
commit | e7a9eed12e7069b9b7d691e21b0c90e5d7a45e7c (patch) | |
tree | 5b4223de2763bc7133e50185e05bf9e463b20f90 /mail/sqlgrey | |
parent | 13e9174b0daec09e7cff3c71247a8b3b229e0ac7 (diff) | |
download | pkgsrc-e7a9eed12e7069b9b7d691e21b0c90e5d7a45e7c.tar.gz |
DESTDIR support
Diffstat (limited to 'mail/sqlgrey')
-rw-r--r-- | mail/sqlgrey/Makefile | 4 | ||||
-rw-r--r-- | mail/sqlgrey/distinfo | 4 | ||||
-rw-r--r-- | mail/sqlgrey/patches/patch-aa | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index 92d09b84628..1add4cbb4d3 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/04 02:43:52 joerg Exp $ DISTNAME= sqlgrey-1.6.8 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sqlgrey.sourceforge.net/ COMMENT= Postfix greylisting policy daemon +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl:run DEPENDS+= p5-Net-Server>=0.87:../../net/p5-Net-Server diff --git a/mail/sqlgrey/distinfo b/mail/sqlgrey/distinfo index 5fe610c7e4c..3c6c7070f83 100644 --- a/mail/sqlgrey/distinfo +++ b/mail/sqlgrey/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/11/13 16:43:04 ghen Exp $ +$NetBSD: distinfo,v 1.2 2010/02/04 02:43:52 joerg Exp $ SHA1 (sqlgrey-1.6.8.tar.bz2) = 1c687d1839fd2911bf9ef535eef8e84bc97d56a6 RMD160 (sqlgrey-1.6.8.tar.bz2) = f5f13004fa1a9228eb1c5a141ec1658738447899 Size (sqlgrey-1.6.8.tar.bz2) = 43551 bytes -SHA1 (patch-aa) = 9471d72a66d8557b969aef8d5400ff6d4da06c9a +SHA1 (patch-aa) = 1bf8853fece173be36f9c3ac1112b89dbfe2796d SHA1 (patch-ab) = 637dc9870d6b01caa9cfe10109aeafd3192fbb66 SHA1 (patch-ac) = 29100eb0d591abec3c2f628cc1c3eeaf46e739ac SHA1 (patch-ad) = 661dc0b5b08ca96bdc0f7b571e62a706b174fa13 diff --git a/mail/sqlgrey/patches/patch-aa b/mail/sqlgrey/patches/patch-aa index 91f0d4da168..506fd0c4efa 100644 --- a/mail/sqlgrey/patches/patch-aa +++ b/mail/sqlgrey/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/11/13 16:43:04 ghen Exp $ +$NetBSD: patch-aa,v 1.2 2010/02/04 02:43:52 joerg Exp $ --- Makefile.orig 2005-06-07 02:28:38.000000000 +0200 +++ Makefile @@ -10,10 +10,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/11/13 16:43:04 ghen Exp $ -BINDIR = $(ROOTDIR)/usr/bin -INITDIR = $(ETCDIR)/init.d -MANDIR = $(ROOTDIR)/usr/share/man/man1 -+CONFDIR = $(EGDIR) -+SBINDIR = $(PREFIX)/sbin -+BINDIR = $(PREFIX)/bin -+MANDIR = $(PREFIX)/$(PKGMANDIR)/man1 ++CONFDIR = ${DESTDIR}$(EGDIR) ++SBINDIR = ${DESTDIR}$(PREFIX)/sbin ++BINDIR = ${DESTDIR}$(PREFIX)/bin ++MANDIR = ${DESTDIR}$(PREFIX)/$(PKGMANDIR)/man1 VERSION := $(shell cat VERSION) TBZ2 = sqlgrey-$(VERSION).tar.bz2 |