diff options
author | minskim <minskim> | 2004-12-06 22:34:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-06 22:34:35 +0000 |
commit | 2572cb00d246d064649f77b4daa658dddd9981b4 (patch) | |
tree | 48dd3befe0ad4aa2524299d571affbf6614b99e2 | |
parent | 2901ac7f91c1c764b50ff891a5db79c47337239e (diff) | |
download | pkgsrc-2572cb00d246d064649f77b4daa658dddd9981b4.tar.gz |
GNU patch needs "-p1" to handle patches for this package.
Fixes PR pkg/28553.
-rw-r--r-- | mail/distribute/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 00004a646a9..fde9ed9394b 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -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 @@ USE_PERL5= YES MAN1= distribute.1 DIST_SUBDIR= distribute +PATCH_DIST_STRIP= -p1 # customize below if you would like to # mail/majordomo likes this |