diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch) | |
tree | ac2af0f80404ef4aae169dc34e86d24bf2929779 /x11-wm/xfce4/Makefile | |
parent | Don't use ${LDCONFIG} if we don't install any shared libraries. (diff) |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 0b36b1eecf81..e69af2b1abf5 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.5 1998/09/17 00:33:01 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/26 23:18:08 steve Exp $ # DISTNAME= xfce-1.2.4 @@ -22,5 +22,6 @@ WRKSRC= ${WRKDIR}/XFCE-1.2.4 USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf +MAN1= XFCE.1 .include <bsd.port.mk> |