summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2003-12-28 12:08:56 +0000
committerlkoeller <lkoeller@FreeBSD.org>2003-12-28 12:08:56 +0000
commitae2fc3f02e5928daad64d22669b3fa42b4c840a0 (patch)
tree25f42ec0bfcf0248662367fba5059b33c656bffc /x11-wm
parentdd25f2a00fcb0cfa068e56854f05ca75928dd8f6 (diff)
downloadFreeBSD-ports-ae2fc3f02e5928daad64d22669b3fa42b4c840a0.zip
FreeBSD-ports-ae2fc3f02e5928daad64d22669b3fa42b4c840a0.tar.gz
o) Fix several "portlint -A" warnings/error
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm95/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile
index b22250e..3553ee2 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 <bsd.port.mk>
OpenPOWER on IntegriCloud