Fix a problem where some unused file was left in and eventually got
installed by doxygen, depending on the doxygen version used. This lead to inconsistencies in the plist. Detected by: pointyhat Approved by: portmgr (marcus)
This commit is contained in:
parent
9a94de9138
commit
9c13098782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140760
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= simulavr
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -22,7 +22,6 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \
|
|||
doxygen:${PORTSDIR}/devel/doxygen \
|
||||
latex:${PORTSDIR}/print/teTeX
|
||||
|
||||
|
||||
#USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -33,6 +32,10 @@ CONFIGURE_ARGS= --disable-versioned-doc
|
|||
MAN1= simulavr.1 simulavr-disp.1
|
||||
INFO= simulavr
|
||||
|
||||
post-install:
|
||||
@${ECHO} "Removing obsolete files after installation:"
|
||||
${RM} -f ${PREFIX}/share/doc/simulavr/html/simulavr_ovr.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
|
|
|
@ -27,7 +27,6 @@ share/doc/simulavr/html/simulavr_9.html
|
|||
share/doc/simulavr/html/simulavr_10.html
|
||||
share/doc/simulavr/html/simulavr_11.html
|
||||
share/doc/simulavr/html/simulavr_abt.html
|
||||
share/doc/simulavr/html/simulavr_ovr.html
|
||||
share/doc/simulavr/html/simulavr_toc.html
|
||||
share/doc/simulavr/internals_html/adc_8c-source.html
|
||||
share/doc/simulavr/internals_html/adc_8c.html
|
||||
|
|
Loading…
Reference in a new issue