diff options
author | steve <steve@FreeBSD.org> | 1999-03-31 23:52:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-31 23:52:39 +0800 |
commit | 01e1de5016c4176a86944080275e69ea65e6604e (patch) | |
tree | c1e8538c34b5f836521e744bea01f13b4b6bb52c /x11-wm/xfce | |
parent | bd66a2b4c95ade31933854cc132b72981244bfa1 (diff) | |
download | freebsd-ports-gnome-01e1de5016c4176a86944080275e69ea65e6604e.tar.gz freebsd-ports-gnome-01e1de5016c4176a86944080275e69ea65e6604e.tar.zst freebsd-ports-gnome-01e1de5016c4176a86944080275e69ea65e6604e.zip |
No need to have both USE_GMAKE and USE_IMAKE. Also put manpages
in the Makefile instead of pkg/PLIST.
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-plist | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index bc549ba0cade..ad5090cd9063 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.13 1999/01/12 16:51:20 vanilla Exp $ +# $Id: Makefile,v 1.14 1999/03/31 14:26:01 flathill Exp $ # DISTNAME= xfce-2.4.0 @@ -18,7 +18,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ # depends on xforms ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes USE_IMAKE= yes +MAN1= xfce.1 xfmouse.1 xfpager.1 xfsound.1 xfwm.1 + .include <bsd.port.mk> diff --git a/x11-wm/xfce/pkg-plist b/x11-wm/xfce/pkg-plist index 5b0210924679..52b7b19e9b28 100644 --- a/x11-wm/xfce/pkg-plist +++ b/x11-wm/xfce/pkg-plist @@ -20,10 +20,5 @@ share/XFCE/doc/FAQ share/XFCE/doc/INSTALL share/XFCE/doc/MANUAL share/XFCE/doc/README -man/man1/xfce.1.gz -man/man1/xfmouse.1.gz -man/man1/xfpager.1.gz -man/man1/xfsound.1.gz -man/man1/xfwm.1.gz @dirrm share/XFCE/doc @dirrm share/XFCE |