diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:39:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:39:17 +0000 |
commit | 9b452801b4fa11631837721f818fad3090aee718 (patch) | |
tree | 20621460de2fab3c154f95458e4aad77ddf5910d /x11-wm | |
parent | 500665890f46cc3d531d94aa9fe13c463c0396d0 (diff) | |
download | ports-9b452801b4fa11631837721f818fad3090aee718.tar.gz ports-9b452801b4fa11631837721f818fad3090aee718.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/oroborus/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/oroborus/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index 05be90758ae4..f42274c65e8c 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -15,11 +15,7 @@ COMMENT= A small and simple GNOME-compatible window manager WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= xpm -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes -MAN1= oroborus.1 -MAN5= oroborusrc.5 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-wm/oroborus/pkg-plist b/x11-wm/oroborus/pkg-plist index 13d7aab6f1b9..d545372e40b7 100644 --- a/x11-wm/oroborus/pkg-plist +++ b/x11-wm/oroborus/pkg-plist @@ -668,6 +668,8 @@ bin/oroborus %%DATADIR%%/themes/windows/top-left-inactive.xpm %%DATADIR%%/themes/windows/top-right-active.xpm %%DATADIR%%/themes/windows/top-right-inactive.xpm +man/man1/oroborus.1.gz +man/man5/oroborusrc.5.gz @dirrm %%DATADIR%%/themes/windows @dirrm %%DATADIR%%/themes/slimline @dirrm %%DATADIR%%/themes/platinum |