1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/lang/linux-j/files/patch-profile.ijs
Herve Quiroz 2f7bd51ae7 - Update to 504b (and unbreak)
- Update to bsd.java.mk 2.0
- Add 'java' category
- Use SUB_FILES to configure the launcher shell scripts
- Tweak pkg-descr
- Calm portlint: replace spaces by tabs
- Add $FreeBSD$ tags

PR:		80828
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-05-14 16:42:55 +00:00

14 lines
433 B
J

--- j504/profile.ijs.orig Sun Aug 10 17:53:22 2003
+++ j504/profile.ijs Sun Aug 10 17:58:55 2003
@@ -60,8 +60,8 @@
prf=. PROFILE {.~ PROFILE i: sep
add=. prf,sep,'addons'
sys=. prf,sep,'system'
-tmp=. prf,sep,'temp'
-usr=. prf,sep,'user'
+tmp=. (2!:5'HOME'),sep,'J/user'
+usr=. (2!:5'HOME'),sep,'J/user'
cfg=. usr,sep,'config'
ids=. ;: 'profile system addons temp user config'
SYSTEMFOLDERS_j_=: ids ,. prf;sys;add;tmp;usr;cfg