pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/distribute GNU patch needs "-p1" to handle patche...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc26ce7666b7
branches:  trunk
changeset: 485338:dc26ce7666b7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 06 22:34:35 2004 +0000

description:
GNU patch needs "-p1" to handle patches for this package.
Fixes PR pkg/28553.

diffstat:

 mail/distribute/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5fdcd0e74f60 -r dc26ce7666b7 mail/distribute/Makefile
--- a/mail/distribute/Makefile  Mon Dec 06 18:09:30 2004 +0000
+++ b/mail/distribute/Makefile  Mon Dec 06 22:34:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:19:43 agc Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/06 22:34:35 minskim Exp $
 # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp
 #
 
@@ -21,6 +21,7 @@
 
 MAN1=          distribute.1
 DIST_SUBDIR=   distribute
+PATCH_DIST_STRIP=      -p1
 
 # customize below if you would like to
 # mail/majordomo likes this



Home | Main Index | Thread Index | Old Index