o) Fix several "portlint -A" warnings/error

This commit is contained in:
Lars Koeller 2003-12-28 12:08:56 +00:00
parent c60776e2f4
commit 4d52aa83e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96785

View file

@ -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>