aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2005-08-04 03:47:02 +0800
committerjoerg <joerg@FreeBSD.org>2005-08-04 03:47:02 +0800
commit5cdee9771dbed714a1781378ae6e230091a720e6 (patch)
treed0cc074164798a2cd766dc6e5f8727d8f0dec188 /devel
parent2ca9d830d09cf7a20a66959e359209f4ad877f0e (diff)
downloadfreebsd-ports-gnome-5cdee9771dbed714a1781378ae6e230091a720e6.tar.gz
freebsd-ports-gnome-5cdee9771dbed714a1781378ae6e230091a720e6.tar.zst
freebsd-ports-gnome-5cdee9771dbed714a1781378ae6e230091a720e6.zip
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/simulavr/Makefile7
-rw-r--r--devel/simulavr/pkg-plist1
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile
index 7b4968f8940e..bdd5b3ee733d 100644
--- a/devel/simulavr/Makefile
+++ b/devel/simulavr/Makefile
@@ -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
diff --git a/devel/simulavr/pkg-plist b/devel/simulavr/pkg-plist
index 05d09f71d8a7..1825385d1983 100644
--- a/devel/simulavr/pkg-plist
+++ b/devel/simulavr/pkg-plist
@@ -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