summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2013-06-26 21:19:08 +0000
committerjoerg <joerg>2013-06-26 21:19:08 +0000
commit16b3f2d98041084f8aaa3671e4e12aa151af6e1b (patch)
tree72f70a0688069a2231c382f6ddd1e93d76b2a57d
parentcf7fae066ffd53a38581184d350fdb97f1ba10ac (diff)
downloadpkgsrc-16b3f2d98041084f8aaa3671e4e12aa151af6e1b.tar.gz
Don't hard code BINOWN, allows unprivileged build to work.
-rw-r--r--mail/smtp-vilter/distinfo3
-rw-r--r--mail/smtp-vilter/patches/patch-bin_smtp-vilter_Makefile12
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/smtp-vilter/distinfo b/mail/smtp-vilter/distinfo
index 2ba2e72a2a5..3368960b01d 100644
--- a/mail/smtp-vilter/distinfo
+++ b/mail/smtp-vilter/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2013/05/04 15:56:45 mbalmer Exp $
+$NetBSD: distinfo,v 1.2 2013/06/26 21:19:08 joerg Exp $
SHA1 (smtp-vilter-1.3.8.tgz) = 406b180cf4e66be5fc993733b0b7b4ffeec19eee
RMD160 (smtp-vilter-1.3.8.tgz) = 837c723e3824b274e3c5191c3df3589e4b4442db
Size (smtp-vilter-1.3.8.tgz) = 72565 bytes
+SHA1 (patch-bin_smtp-vilter_Makefile) = b11c85c61a65cd19ad57ae9c6744aaf842d17a78
diff --git a/mail/smtp-vilter/patches/patch-bin_smtp-vilter_Makefile b/mail/smtp-vilter/patches/patch-bin_smtp-vilter_Makefile
new file mode 100644
index 00000000000..2a7424d1cd3
--- /dev/null
+++ b/mail/smtp-vilter/patches/patch-bin_smtp-vilter_Makefile
@@ -0,0 +1,12 @@
+$NetBSD: patch-bin_smtp-vilter_Makefile,v 1.1 2013/06/26 21:19:08 joerg Exp $
+
+--- bin/smtp-vilter/Makefile.orig 2013-06-26 21:06:08.000000000 +0000
++++ bin/smtp-vilter/Makefile
+@@ -23,7 +23,6 @@ CLEANFILES+= y.tab.h rt-dynamic
+
+ MAN= smtp-vilter.8 smtp-vilter.conf.5
+
+-BINOWN = root
+ BINMOD = 0555
+ .if ${OS} == "NetBSD"
+ BINDIR= /usr/pkg/sbin