diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-09 17:05:53 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-09 17:05:53 +0800 |
commit | 6fccfc093f8e1dffcc3f26df2d1091ae57428147 (patch) | |
tree | 4e25a304162bb1cea0644071d53022d653048d79 /x11-wm | |
parent | 845456797ce01507ad9bacabdb61aad8fc83f72f (diff) | |
download | freebsd-ports-gnome-6fccfc093f8e1dffcc3f26df2d1091ae57428147.tar.gz freebsd-ports-gnome-6fccfc093f8e1dffcc3f26df2d1091ae57428147.tar.zst freebsd-ports-gnome-6fccfc093f8e1dffcc3f26df2d1091ae57428147.zip |
- fix plist with -DNOPORTDOCS [1]
- pet portlint
- MASTER_SITE_SUBDIR is set automatically by bsd.sites.mk
- bump PORTREVISION [1]
PR: ports/125376
Submitted by: maintainer
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index d45010d141a5..90f9409a08f2 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -7,17 +7,16 @@ PORTNAME= ratpoison PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= chess@chessgriffin.com COMMENT= Simple window manager with no fat library dependencies RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_XORG= xext xinerama xtst +USE_XORG= xext xinerama xtst GNU_CONFIGURE= yes OPTIONS= GDM_SUPPORT "Install session data files for GDM" off diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist index f022a9360256..cbde3a156edc 100644 --- a/x11-wm/ratpoison/pkg-plist +++ b/x11-wm/ratpoison/pkg-plist @@ -1,6 +1,6 @@ @comment $FreeBSD$ bin/ratpoison -bin/rpws +%%PORTDOCS%%bin/rpws %%PORTDOCS%%%%DATADIR%%/allwindows.sh %%PORTDOCS%%%%DATADIR%%/clickframe.pl %%PORTDOCS%%%%DATADIR%%/genrpbindings |