summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-31 15:52:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-31 15:52:39 +0000
commit227a7e6cb90d0ff7206f181a3171e507a6938f3e (patch)
tree6932202901a337eb1b170af84116e91b3fa1e11e /x11-wm/xfce4/Makefile
parentUpdate to version 0.321. (diff)
No need to have both USE_GMAKE and USE_IMAKE. Also put manpages
in the Makefile instead of pkg/PLIST.
Notes
Notes: svn path=/head/; revision=17509
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r--x11-wm/xfce4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index bc549ba0cade..ad5090cd9063 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/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>