diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:13:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:13:28 +0000 |
commit | 4a580e3e8621c1d28ff4991d9af36b21fd97ccd5 (patch) | |
tree | 28dd7fe86c4bd88bbfa83f135a1eda5e26091b31 /www/wb0 | |
parent | 3b055139d1f395b96b52d6fb4e2e48ac036a571f (diff) | |
download | ports-4a580e3e8621c1d28ff4991d9af36b21fd97ccd5.tar.gz ports-4a580e3e8621c1d28ff4991d9af36b21fd97ccd5.zip |
Notes
Diffstat (limited to 'www/wb0')
-rw-r--r-- | www/wb0/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wb0/files/patch-Makefile b/www/wb0/files/patch-Makefile index f5c6ab7ca19f..0a9574c37e9f 100644 --- a/www/wb0/files/patch-Makefile +++ b/www/wb0/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig Mon Dec 6 00:45:08 1999 -+++ Makefile Wed Jan 31 14:58:33 2001 ++++ Makefile Sat Apr 19 16:12:07 2003 @@ -1,16 +1,17 @@ - -CFLAGS=-O2 -Wall -fomit-frame-pointer -malign-functions=0 @@ -23,7 +23,7 @@ + cp ./etc/wb0/wb0.config ${PREFIX}/etc/ + cp ./data/* ${PREFIX}/share/wb0/ + echo "path ${PREFIX}/share/wb0/" >>${PREFIX}/etc/wb0.config -+ chmod a+s ${PREFIX}/bin/wb0 ++ chmod u+s ${PREFIX}/bin/wb0 + chown root:wheel ${LOCALBASE}/bin/wb0 pkfont: pkfont.c |