diff options
author | max <max@FreeBSD.org> | 1997-10-11 10:19:50 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-11 10:19:50 +0800 |
commit | c8463a44c9a0a3ef8f548ca237a66bbda8488b35 (patch) | |
tree | d5354e0408da83a173c6a879eef31eb5c0c9963d /x11-wm/fvwm2-devel | |
parent | e4e4d17cd44387554862a0f0f35390619a1f24d4 (diff) | |
download | freebsd-ports-gnome-c8463a44c9a0a3ef8f548ca237a66bbda8488b35.tar.gz freebsd-ports-gnome-c8463a44c9a0a3ef8f548ca237a66bbda8488b35.tar.zst freebsd-ports-gnome-c8463a44c9a0a3ef8f548ca237a66bbda8488b35.zip |
Cleanup:
- List all the man pages in the MAN1 variable and define MANCOMPRESSED.
- Standardize the comment section (restore the Whom: and the Date created:
line from the original Makefile.)
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index a12cb3afa7a5..21b289d90a76 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -1,10 +1,9 @@ # New ports collection makefile for: Internationalized fvwm2 # Version required: 2.0.46 -# Date created: 02 Mar 1997 -# Whom: Makoto Matsushita <matusita@jp.freebsd.org>, -# based on Hidekazu Kuroki's work of 2.0.43. +# Date created: 20 Jan 1996 +# Whom: peter # -# $Id: Makefile,v 1.9 1997/06/09 21:57:41 max Exp $ +# $Id: Makefile,v 1.10 1997/10/11 02:01:47 max Exp $ # DISTNAME= fvwm-2.0.46 @@ -21,11 +20,16 @@ MAINTAINER= matusita@jp.freebsd.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 + FvwmButtons.1 FvwmCascade.1 FvwmCpp.1 FvwmForm.1 + FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 + FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 FvwmTalk.1 FvwmTile.1 + FvwmWinList.1 fvwm2.1 xpmroot.1 +MANCOMPRESSED= yes # filenames. PATCH_FIXIT= kits/patch/fix-2.0.46 PATCH_I18N= kits/patch/PATCH.I18N - USE_PATCHFILES= ${PATCH_FIXIT} ${PATCH_I18N} pre-patch: |