diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-17 11:28:12 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-17 11:28:12 +0000 |
commit | 2d69b97d519d90fb04407c2eb9f9429acf8dea44 (patch) | |
tree | 99ad85f37e7c9c0fd3c781a99d1b5d2776fc976e /x11-wm/scwm/Makefile | |
parent | f0e5c586727078e791dcb05c17f5c6181ef84e6f (diff) |
Notes
Diffstat (limited to 'x11-wm/scwm/Makefile')
-rw-r--r-- | x11-wm/scwm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 7317642633de..ab38aac92289 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: scwm -# Version required: 0.99.5.1 +# Version required: 0.99.6 # Date created: 26 December 1997 # Whom: Yukihiro Nakai <nacai@iname.com> # # $FreeBSD$ # -DISTNAME= scwm-0.99.5.1 +DISTNAME= scwm-0.99.6 CATEGORIES= x11-wm MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ @@ -37,4 +37,7 @@ USE_X_PREFIX= yes MAN1= scwm.1 scwmexec.1 scwmrepl.1 +post-install: + ${RM} -rf ${PREFIX}/share/scwm/ViaVoice + .include <bsd.port.mk> |