ports/sysutils/portupgrade-devel/files/patch-Makefile.compat
Simon L. B. Nielsen 13dbf6a820 - Unbreak handling of updated pkgdb.db so it is not regenerated for
every run, which also makes portversion(1) works for non-root users
  again.  This is done by simply having the flag file in /var/db/
  (thanks to pav for the suggestion).
- While here anyway, fix some make warnings during install on FreeBSD 6.

PR:		ports/81088
Reported by:	many
Tested by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by:	erwin (mentor)
2005-05-23 11:30:17 +00:00

11 lines
265 B
Text

--- ../orig.pkgtools-20041224/Makefile.compat Wed Mar 23 21:37:47 2005
+++ Makefile.compat Sun May 22 00:46:39 2005
@@ -89,7 +89,7 @@
.endif
.endif
-.endif defined(${group}) && !empty(${group})
+.endif # defined(${group}) && !empty(${group})
.endfor
.endif