upgrade to 3.4.10

This commit is contained in:
kevlo 2003-07-14 07:16:32 +00:00
parent 85c4b6cece
commit f594b0fae5
3 changed files with 5 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:19:10 fgsch Exp $
# $OpenBSD: Makefile,v 1.12 2003/07/14 07:16:32 kevlo Exp $
COMMENT= "documentation system for C, C++, IDL and Java"
DISTNAME= doc++-3.4.9
DISTNAME= doc++-3.4.10
CATEGORIES= devel
HOMEPAGE= http://docpp.sourceforge.net/

View File

@ -1,3 +1,3 @@
MD5 (doc++-3.4.9.tar.gz) = e7d7d2005acaf1bf23e7ce63180f0c2d
RMD160 (doc++-3.4.9.tar.gz) = 3de7e596767f5b64bb703fc58ce75a5ec71c2531
SHA1 (doc++-3.4.9.tar.gz) = 962e34a801290cbebc23784bb7e69047b9d58e3e
MD5 (doc++-3.4.10.tar.gz) = 095c7a3a822f00a33033b8bb40147445
RMD160 (doc++-3.4.10.tar.gz) = 85b14d32e2932ceb465f1bab16eb8389cd22d72d
SHA1 (doc++-3.4.10.tar.gz) = 2102e99152ab91d80d7977fa5e13dd6f6043b2c8

View File

@ -1,11 +0,0 @@
--- po/Makefile.in.in.orig Sun Jun 27 20:00:41 1999
+++ po/Makefile.in.in Thu Dec 7 22:10:13 2000
@@ -123,7 +123,7 @@
*) destdir=$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
if test -r "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $$dir; \
else \