aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-09-24 22:28:19 +0800
committerJoerg Wunsch <joerg@FreeBSD.org>2006-09-24 22:28:19 +0800
commit6821cc5cf2f19d94b00a680f99f26aee8ae94252 (patch)
tree447dc06d1d3eba65db0298c42ad61295794d83b3 /devel
parent2c3ec3ddff03302df6f3fb78544c57a40d4d72f2 (diff)
downloadfreebsd-ports-gnome-6821cc5cf2f19d94b00a680f99f26aee8ae94252.tar.gz
freebsd-ports-gnome-6821cc5cf2f19d94b00a680f99f26aee8ae94252.tar.zst
freebsd-ports-gnome-6821cc5cf2f19d94b00a680f99f26aee8ae94252.zip
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/simulavr/Makefile7
1 files 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 <bsd.port.pre.mk>