forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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)
|