diff options
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 7317642..ab38aac 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> |