diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 19:18:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 19:18:56 +0000 |
commit | 166c5cc36166d77f0d2932aacf4d6921a1e5fa68 (patch) | |
tree | e235112be3c1de98d18ff05735fa8f53c65950fe /x11 | |
parent | 88f7f9f1a6c3f5be3d50355ebf41de37df5d364b (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/login.app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile index 487f0b6766e9..8ce116e0da9f 100644 --- a/x11/login.app/Makefile +++ b/x11/login.app/Makefile @@ -8,8 +8,10 @@ PORTNAME= login.app PORTVERSION= 2.0.0.a7 CATEGORIES= x11 windowmaker -MASTER_SITES= http://wm.current.nu/files/Login.app/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://wm.current.nu/files/Login.app/ \ http://wm.current.nu/files/Login.app/Themes/ +MASTER_SITE_SUBDIR= sobomax DISTFILES= Login.app-${PORTVERSION:S/.a/-Alpha-/}${EXTRACT_SUFX} \ Drone${EXTRACT_SUFX} |