diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-28 06:10:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-28 06:10:48 +0800 |
commit | 2b3cf73a24e63164724b8aa63fd60698509707c6 (patch) | |
tree | 966e4bd64510cb103f2ce70619d2ad3597da0cf0 | |
parent | 742db55d61eefd1d82c1d67db2c0beb50c383fd8 (diff) | |
download | freebsd-ports-gnome-2b3cf73a24e63164724b8aa63fd60698509707c6.tar.gz freebsd-ports-gnome-2b3cf73a24e63164724b8aa63fd60698509707c6.tar.zst freebsd-ports-gnome-2b3cf73a24e63164724b8aa63fd60698509707c6.zip |
- Marked deprecated (Version branch long since retired)
-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 |