diff -du py-hyperestraier-python.orig/Makefile py-hyperestraier-python/Makefile --- py-hyperestraier-python.orig/Makefile 2007-12-02 22:23:30.000000000 +0900 +++ py-hyperestraier-python/Makefile 2007-12-02 22:23:38.000000000 +0900 @@ -5,7 +5,7 @@ # $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.5 2007/09/22 15:49:17 lwhsu Exp $ PORTNAME= hyperestraier -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://www.liris.org/tech/program/hyperestraier-purepython/ @@ -20,4 +20,12 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes +EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} + +post-install: +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py +.endif + .include diff -du py-hyperestraier-python.orig/distinfo py-hyperestraier-python/distinfo --- py-hyperestraier-python.orig/distinfo 2007-12-02 22:23:30.000000000 +0900 +++ py-hyperestraier-python/distinfo 2007-12-02 22:23:44.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (hyperestraier-0.10.2.tgz) = 49a83fcb5222111cdea2a5bdeb25dab1 -SHA256 (hyperestraier-0.10.2.tgz) = c4d7fc551a1778769f6fba8173dd43b750cc74da3c7a55c3be22b0e438236ce4 -SIZE (hyperestraier-0.10.2.tgz) = 9992 +MD5 (hyperestraier-0.10.4.tgz) = 46e835960139fc27ce8bbd3577766411 +SHA256 (hyperestraier-0.10.4.tgz) = c9be36a6457807e90d4036cb84bc1d7224d6a10fa1caf28127b20f95a27b4575 +SIZE (hyperestraier-0.10.4.tgz) = 10047