diff options
author | tota <tota@FreeBSD.org> | 2011-10-13 06:15:54 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-10-13 06:15:54 +0800 |
commit | a6ed67c4e3e25dd436a191a8bb095c91db613ecd (patch) | |
tree | 7e9a039797f6283aa5b77b2b405e75dada93057c /graphics | |
parent | 5e7e10c26e7546fea680499477f2434141ea9023 (diff) | |
download | freebsd-ports-gnome-a6ed67c4e3e25dd436a191a8bb095c91db613ecd.tar.gz freebsd-ports-gnome-a6ed67c4e3e25dd436a191a8bb095c91db613ecd.tar.zst freebsd-ports-gnome-a6ed67c4e3e25dd436a191a8bb095c91db613ecd.zip |
- Update to 0.1.9
- Add manpage
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-actdiag/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-actdiag/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index 10af5a156525..2ce3ae067c2e 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= actdiag -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,14 +24,17 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install +MAN1= ${PORTNAME}.1 + DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} PORTDOCS= README.txt -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${INSTALL_WRKSRC}/src/${PORTDOCS} ${DOCSDIR} .endif + @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ x-generate-plist: ${ECHO} bin/${PORTNAME} > pkg-plist.new diff --git a/graphics/py-actdiag/distinfo b/graphics/py-actdiag/distinfo index 198838b59e3e..d243eeae613d 100644 --- a/graphics/py-actdiag/distinfo +++ b/graphics/py-actdiag/distinfo @@ -1,2 +1,2 @@ -SHA256 (actdiag-0.1.8.tar.gz) = f5442c562a87a1008c9d1ca1ef13a1d758c742be0afc6ce720979018d2ac951d -SIZE (actdiag-0.1.8.tar.gz) = 21201 +SHA256 (actdiag-0.1.9.tar.gz) = e8d48651895ece4a2158b78d379c616f34463a84a76e4eb394fe9cbd60e1cc93 +SIZE (actdiag-0.1.9.tar.gz) = 22014 |