1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix mtree error

This commit is contained in:
Kevin Lo 2010-11-12 06:45:51 +00:00
parent 4b8c8ff06e
commit aba49ab13d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264436
2 changed files with 10 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gmapcatcher
PORTVERSION= 0.7.5.0
PORTREVISION= 1
CATEGORIES= astro geography
MASTER_SITES= http://gmapcatcher.googlecode.com/files/
DISTNAME= GMapCatcher-${PORTVERSION}
@ -33,5 +34,10 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/download.py ${PREFIX}/bin/mapdownloader
${INSTALL_SCRIPT} ${WRKSRC}/maps.py ${PREFIX}/bin/mapcatcher
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/changelog ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,15 +1,15 @@
--- setup.py.orig 2010-08-23 02:36:19.000000000 +0800
+++ setup.py 2010-09-08 11:00:27.000000000 +0800
@@ -13,15 +13,14 @@
+++ setup.py 2010-11-12 14:34:24.000000000 +0800
@@ -13,15 +13,13 @@
description = 'Offline Map Viewer',
version = VERSION,
url = WEB_ADDRESS,
- data_files = [('share/doc/mapcatcher', ['README', 'changelog']),
+ data_files = [('share/doc/gmapcatcher', ['README', 'changelog']),
('share/applications', ['gmapcatcher.desktop']),
- ('share/applications', ['gmapcatcher.desktop']),
- ('share/man/man1',
- ['man/mapcatcher.1.gz', 'man/mapdownloader.1.gz']),
- ('share/pixmaps', ['images/mapcatcher.png']),
+ data_files = [('share/applications', ['gmapcatcher.desktop']),
+ ('man/man1',
+ ['man/mapcatcher.1', 'man/mapdownloader.1']),
+ ('share/pixmaps', ['images/map.png']),