diff options
Diffstat (limited to 'x11-wm/ratpoison/Makefile')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index 99cc2c1c5d6d..64f4cafcf37d 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -6,27 +6,19 @@ # PORTNAME= ratpoison -PORTVERSION= 0.0.5 +PORTVERSION= 0.1.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= 8@free.bsd.hu -.if defined(WITH_RXVT) -RUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt -.endif - +MAN1= ratpoison.1 USE_X_PREFIX= yes GNU_CONFIGURE= yes -.if defined(WITH_RXVT) -pre-build: - ${PERL} -pi -e 's/xterm/rxvt/' ${WRKSRC}/src/actions.c -.endif - .if defined(NOPORTDOCS) -INSTALL_TARGET= SUBDIRS=src install +INSTALL_TARGET= SUBDIRS=src install-exec .endif .include <bsd.port.mk> |