I keep bumping into lazy upstream maintainers who don't clean their distribution well, but not frequently enough that I remember what PATCHORIG is called. ok to add it to the template?
Index: Makefile.template =================================================================== RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v retrieving revision 1.55 diff -u -p -r1.55 Makefile.template --- Makefile.template 23 Aug 2008 15:28:00 -0000 1.55 +++ Makefile.template 14 Jan 2009 10:27:35 -0000 @@ -80,6 +80,10 @@ MASTER_SITES = ??? #PATCHFILES = ??? #PATCH_DIST_STRIP = -p0 +# alternative extension for patch/update-patches in case the +# distfile contains .orig files +#PATCHORIG = .pat.orig + # Dependencies # #MODULES = ???
