From ae2fc3f02e5928daad64d22669b3fa42b4c840a0 Mon Sep 17 00:00:00 2001 From: lkoeller Date: Sun, 28 Dec 2003 12:08:56 +0000 Subject: o) Fix several "portlint -A" warnings/error --- x11-wm/fvwm95/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index b22250e89440..3553ee2b0122 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \ +CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \ --libdir=${LOCALBASE}/lib MAN1= fvwm95.1 FvwmAudio.1 FvwmDebug.1 FvwmSave.1 FvwmAuto.1 FvwmForm.1 \ @@ -32,16 +32,14 @@ MAN1= fvwm95.1 FvwmAudio.1 FvwmDebug.1 FvwmSave.1 FvwmAuto.1 FvwmForm.1 \ FvwmTaskBar.1 FvwmConsole.1 FvwmM4.1 FvwmWinList.1 FvwmCpp.1 \ FvwmPager.1 - post-install: .if !defined(NOPORTDOCS) - @${INSTALL_MAN} $(WRKSRC)/fvwm/fvwm95.man \ - $(PREFIX)/man/man1/fvwm95.1 - for na in $(WRKSRC)/modules/Fvwm*/*.man; do \ + @${INSTALL_MAN} ${WRKSRC}/fvwm/fvwm95.man \ + ${PREFIX}/man/man1/fvwm95.1 + for na in ${WRKSRC}/modules/Fvwm*/*.man; do \ name=$$(basename $$na .man).1; \ - ${INSTALL_MAN} $$na $(PREFIX)/man/man1/$$name; \ + ${INSTALL_MAN} $$na ${PREFIX}/man/man1/$$name; \ done .endif - .include -- cgit