diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-27 22:10:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-27 22:10:48 +0000 |
commit | bad21a73904eec9d7e649b92145f0e9b5f8b485e (patch) | |
tree | 083f4eb0100ea984b751ce68ec8a48982b216451 /x11-wm | |
parent | 31eeb083fc8ab2020aaa5c80e3c5d491edd2ee17 (diff) |
- Marked deprecated (Version branch long since retired)
Notes
Notes:
svn path=/head/; revision=200222
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gwm/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/novawm/Makefile | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/gwm/Makefile b/x11-wm/gwm/Makefile index 63a0f4218165..a1855dd09cb9 100644 --- a/x11-wm/gwm/Makefile +++ b/x11-wm/gwm/Makefile @@ -19,10 +19,13 @@ USE_IMAKE= yes USE_XPM= yes MAN1= gwm.1 +DEPRECATED= Project is dead +EXPIRATION_DATE= 2007-10-28 + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +BROKEN= Does not compile on sparc64 .endif .include <bsd.port.post.mk> diff --git a/x11-wm/novawm/Makefile b/x11-wm/novawm/Makefile index 9b5a737103f6..9e5e0238b0c2 100644 --- a/x11-wm/novawm/Makefile +++ b/x11-wm/novawm/Makefile @@ -30,6 +30,9 @@ PLIST_FILES= bin/novawm PORTDOCS= AUTHORS ChangeLog INSTALL README TODO .endif +DEPRECATED= Project is dead +EXPIRATION_DATE= 2007-10-28 + post-extract: @${CHMOD} -R +w ${WRKSRC}/src/xpm/.xvpics @${CHMOD} -R +w ${WRKSRC}/.xvpics |