mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
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)
11 lines
265 B
Text
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
|