mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Numerous changes since last FreeBSD port version. See CHANGELOG from distfile for details. PR: 152338 Submitted by: Charlie Kester corky1951@comcast.net (maintainer) Approved by: itetcu
10 lines
285 B
Text
10 lines
285 B
Text
--- ./exec/Makefile.in.orig 2010-03-15 02:58:51.000000000 -0700
|
|
+++ ./exec/Makefile.in 2010-11-17 11:06:07.000000000 -0800
|
|
@@ -1,6 +1,6 @@
|
|
include %%topdir%%/config.mk
|
|
|
|
-TEXT = make_profile xlogout
|
|
+TEXT = make_profile
|
|
|
|
install :
|
|
$(install) 755 $(LIBEXECDIR)/fbpanel 755 $(TEXT)
|