diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-08-24 13:26:13 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-08-24 13:26:13 +0000 |
commit | 89189e1ac54bf235d72b8467f1e3e2af7ef3070d (patch) | |
tree | f4ed9579fc10c6f3109b925ebeb0903e5b1cb52a /graphics/mapyrus | |
parent | ac5f0793d8d2291806bb21f2870982278456a76f (diff) | |
download | ports-89189e1ac54bf235d72b8467f1e3e2af7ef3070d.tar.gz ports-89189e1ac54bf235d72b8467f1e3e2af7ef3070d.zip |
- Update to 0.704
- Replace WITH_EXAMPLES knob with NOPORTEXAMPLES
Notes
Notes:
svn path=/head/; revision=198242
Diffstat (limited to 'graphics/mapyrus')
-rw-r--r-- | graphics/mapyrus/Makefile | 21 | ||||
-rw-r--r-- | graphics/mapyrus/distinfo | 6 |
2 files changed, 10 insertions, 17 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index 1347ee753269..79f9d55551cf 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mapyrus -PORTVERSION= 0.702 -PORTREVISION= 1 +PORTVERSION= 0.704 +#PORTREVISION= 0 CATEGORIES= graphics print java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,27 +32,20 @@ MAPYRUSDOCS= ${PORTNAME}.pdf FIND_DATA= -type f -not \( -iname "copying" -or -iname "*.tex" \) FIND_HERE= userdoc -.if defined(WITH_EXAMPLES) -PLIST_SUB= PORTEXAMPLES="" -.else -PLIST_SUB= PORTEXAMPLES="@comment " -.endif - do-install: ${MKDIR} ${DATADIR} - cd ${WRKDIR} && ${INSTALL_DATA} ${MAPYRUSJAR} ${DATADIR}/${MAPYRUSJAR} + ${INSTALL_DATA} ${WRKDIR}/${MAPYRUSJAR} ${DATADIR}/${MAPYRUSJAR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - cd ${WRKDIR} && ${INSTALL_DATA} ${MAPYRUSDOCS} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKDIR}/${MAPYRUSDOCS} ${DOCSDIR}/ .endif -.if defined(WITH_EXAMPLES) +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${EXAMPLESDIR} \; .endif post-install: - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/mapyrus/distinfo b/graphics/mapyrus/distinfo index 2ea291e8bd26..694c2215f9c6 100644 --- a/graphics/mapyrus/distinfo +++ b/graphics/mapyrus/distinfo @@ -1,3 +1,3 @@ -MD5 (mapyrus-0.702.zip) = 19ad10aa5f7351cbb0e0ebc48cff105f -SHA256 (mapyrus-0.702.zip) = f68c943293df405d4133d204c5a24272d38283d473443c57d7ec4ec622ba2b36 -SIZE (mapyrus-0.702.zip) = 1571725 +MD5 (mapyrus-0.704.zip) = 66594c0806bd817ebcd4599327d58d0c +SHA256 (mapyrus-0.704.zip) = 52eb71b2286291b9f20f61f0cd6c0be855247c0963f3f5ea1bc1705c4857cde2 +SIZE (mapyrus-0.704.zip) = 1573300 |