diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-07 16:36:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-07 16:36:00 +0000 |
commit | 71af860996cc842399bcafd74e8823e38fc1ffea (patch) | |
tree | 1802aeabf7e783db227336174f27c05cab767eaf /x11-wm | |
parent | e43ef8bed9c9a5ba960d3dba89791fc592220bc9 (diff) | |
download | ports-71af860996cc842399bcafd74e8823e38fc1ffea.tar.gz ports-71af860996cc842399bcafd74e8823e38fc1ffea.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 14 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 5 |
4 files changed, 10 insertions, 13 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> diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo index e5ff4b7eb540..50aa6ef8f35d 100644 --- a/x11-wm/ratpoison/distinfo +++ b/x11-wm/ratpoison/distinfo @@ -1 +1 @@ -MD5 (ratpoison-0.0.5.tar.gz) = 766235d28b34fb4e988fdd1bdcecb622 +MD5 (ratpoison-0.1.1.tar.gz) = 438c4fdbb39469ec623b569e390fa6a6 diff --git a/x11-wm/ratpoison/pkg-descr b/x11-wm/ratpoison/pkg-descr index f11a017043c4..61e35faca536 100644 --- a/x11-wm/ratpoison/pkg-descr +++ b/x11-wm/ratpoison/pkg-descr @@ -8,7 +8,7 @@ keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. -- Gergely Nagy +- Gergely Nagy 8@free.bsd.hu WWW: http://ratpoison.sourceforge.net/ diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist index e65093d59e1d..53603cadb8b1 100644 --- a/x11-wm/ratpoison/pkg-plist +++ b/x11-wm/ratpoison/pkg-plist @@ -2,3 +2,8 @@ bin/ratpoison %%PORTDOCS%%@unexec install-info --delete %D/info/ratpoison %D/info/dir %%PORTDOCS%%info/ratpoison.info %%PORTDOCS%%@exec install-info %D/info/ratpoison.info %D/info/dir +%%PORTDOCS%%share/doc/ratpoison/AUTHORS +%%PORTDOCS%%share/doc/ratpoison/COPYING +%%PORTDOCS%%share/doc/ratpoison/ChangeLog +%%PORTDOCS%%share/doc/ratpoison/NEWS +%%PORTDOCS%%share/doc/ratpoison/README |