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 | |
parent | 500665890f46cc3d531d94aa9fe13c463c0396d0 (diff) | |
download | ports-9b452801b4fa11631837721f818fad3090aee718.tar.gz ports-9b452801b4fa11631837721f818fad3090aee718.zip |
Notes
-rw-r--r-- | deskutils/xpostitPlus/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpostitPlus/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/mmsrip/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/oroborus/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/oroborus/pkg-plist | 2 |
5 files changed, 6 insertions, 10 deletions
diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile index 564dbf6a1c7a..cf9efdbceda2 100644 --- a/deskutils/xpostitPlus/Makefile +++ b/deskutils/xpostitPlus/Makefile @@ -13,7 +13,5 @@ COMMENT= PostIt (R) messages onto your X11 screen USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAN1= xpostit+.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/deskutils/xpostitPlus/pkg-plist b/deskutils/xpostitPlus/pkg-plist index 93657ef4b0fb..9c8402683dff 100644 --- a/deskutils/xpostitPlus/pkg-plist +++ b/deskutils/xpostitPlus/pkg-plist @@ -1,2 +1,3 @@ bin/xpostit+ lib/X11/app-defaults/XPostitPlus +man/man1/xpostit+.1.gz diff --git a/multimedia/mmsrip/Makefile b/multimedia/mmsrip/Makefile index e6cb8c3fb0aa..6e5e0e6897b6 100644 --- a/multimedia/mmsrip/Makefile +++ b/multimedia/mmsrip/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 # (or later) GNU_CONFIGURE= yes -MAN1= mmsrip.1 -PLIST_FILES= bin/mmsrip +PLIST_FILES= bin/mmsrip \ + man/man1/mmsrip.1.gz -NO_STAGE= yes .include <bsd.port.mk> 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 |