diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-10-21 10:03:32 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-10-21 10:03:32 +0000 |
commit | f9f02bde537d111734d83aa6cf25631d2620503a (patch) | |
tree | 70359aebd1a1da2c7e2889c017c1818e29fe69d0 /misc/apparix | |
parent | 3006c8df48e224eea5b4137ee023c4e965d10df6 (diff) | |
download | ports-f9f02bde537d111734d83aa6cf25631d2620503a.tar.gz ports-f9f02bde537d111734d83aa6cf25631d2620503a.zip |
Notes
Diffstat (limited to 'misc/apparix')
-rw-r--r-- | misc/apparix/Makefile | 8 | ||||
-rw-r--r-- | misc/apparix/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile index c1995092485b..d6835c703ee1 100644 --- a/misc/apparix/Makefile +++ b/misc/apparix/Makefile @@ -6,10 +6,10 @@ # PORTNAME= apparix -PORTVERSION= 20070918 +PORTVERSION= 20080725 CATEGORIES= misc MASTER_SITES= http://micans.org/apparix/src/ -DISTNAME= ${PORTNAME}-07-261 +DISTNAME= ${PORTNAME}-08-206 MAINTAINER= steinex@nognu.de COMMENT= Bookmark directories and apparate inside them @@ -26,9 +26,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -.endfor + ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/misc/apparix/distinfo b/misc/apparix/distinfo index 2112b76f8970..03ff132225cf 100644 --- a/misc/apparix/distinfo +++ b/misc/apparix/distinfo @@ -1,3 +1,3 @@ -MD5 (apparix-07-261.tar.gz) = 1667a40e3b6cdf0405e543a539f4369b -SHA256 (apparix-07-261.tar.gz) = 7ecd798554628a5559630e4fecd374f408aeed934886cf06e4bf2692c9cc0c07 -SIZE (apparix-07-261.tar.gz) = 240429 +MD5 (apparix-08-206.tar.gz) = 722ec5c924e1bfa3a113cc44cb9ef2fd +SHA256 (apparix-08-206.tar.gz) = f0fc143c415e61dbd99f98390fe0d7d49fa63c6998fd966ef8c835b34f133f5d +SIZE (apparix-08-206.tar.gz) = 246923 |