From 6821cc5cf2f19d94b00a680f99f26aee8ae94252 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 24 Sep 2006 14:28:19 +0000 Subject: [PATCH] Fix broken pkg-plist: when changing the pkg-plist into a dynamically created one to catch up with whatever files doxygen might install today in rev 1.18, I didn't notice the MAN1-defined man pages were no longer included into the pkg-plist now. This has now been repaired. --- devel/simulavr/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index d6a2a656bbf1..a10d588c6ac5 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -22,10 +22,6 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ doxygen:${PORTSDIR}/devel/doxygen \ latex:${PORTSDIR}/print/teTeX -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - #USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -44,6 +40,9 @@ do-install: ${SED} -e 's|^\.|share/doc/simulavr/internals_html|' \ >> ${TMPPLIST}) ${CAT} ${PLIST} >> ${TMPPLIST} + @for man in ${__MANPAGES}; do \ + ${ECHO_CMD} $${man} >> ${TMPPLIST}; \ + done (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install) .include