summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache>2007-12-28 12:27:20 +0000
committerobache <obache>2007-12-28 12:27:20 +0000
commit2f663ef4c15be8802302a85b119bb379b8add827 (patch)
tree26fda2d5efdfd334450c31ef7ac7797c03371417 /security
parenteccc13cf847b9a7565c130d258cf7fb0e956c34a (diff)
downloadpkgsrc-2f663ef4c15be8802302a85b119bb379b8add827.tar.gz
This package uses BSD Makefile.
Honor PKGMANDIR and DESTDIR ready.
Diffstat (limited to 'security')
-rw-r--r--security/qident/Makefile8
-rw-r--r--security/qident/distinfo3
-rw-r--r--security/qident/patches/patch-aa12
3 files changed, 21 insertions, 2 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile
index a86050b8a3c..859cce6874b 100644
--- a/security/qident/Makefile
+++ b/security/qident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/10/28 21:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/28 12:27:20 obache Exp $
DISTNAME= qident-1.2
CATEGORIES= security net
@@ -8,7 +8,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hairylemon.org/~ad/software/qident/
COMMENT= Small program to query an ident protocol server (rfc1413)
+USE_BSD_MAKEFILE= YES
+
MANCOMPRESSED_IF_MANZ= YES
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../security/libident/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/qident/distinfo b/security/qident/distinfo
index dbb4ed85fc5..9f15d2e1e45 100644
--- a/security/qident/distinfo
+++ b/security/qident/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/12/28 12:27:20 obache Exp $
SHA1 (qident-1.2.tar.gz) = 756f618384536090085319aef1b3200f57b47a1e
RMD160 (qident-1.2.tar.gz) = 805d19e8ec0ebe3d72f749df2c63c05a01e0a607
Size (qident-1.2.tar.gz) = 2760 bytes
+SHA1 (patch-aa) = e989fc840fbf82e8efb9bcb008d24ce106062f55
diff --git a/security/qident/patches/patch-aa b/security/qident/patches/patch-aa
new file mode 100644
index 00000000000..ba19ea6807b
--- /dev/null
+++ b/security/qident/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/12/28 12:27:20 obache Exp $
+
+--- Makefile.orig 2007-12-28 12:14:35.000000000 +0000
++++ Makefile
+@@ -6,7 +6,4 @@ MAN= qident.1
+ CFLAGS+= -I${PREFIX}/include -Wall
+ LDADD+= -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib -lident
+
+-BINDIR= ${PREFIX}/bin
+-MANDIR= ${PREFIX}/man
+-
+ .include <bsd.prog.mk>