diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-10-21 18:03:32 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-10-21 18:03:32 +0800 |
commit | 957d3fc6480f3cbfcbb15caf0cadc8abee170948 (patch) | |
tree | cf456b9f56aae32a74a7b1c39d8136b2acb998cc /misc | |
parent | 3b1241db42b80bcd545f3937cc476fcbf62b6aad (diff) | |
download | freebsd-ports-gnome-957d3fc6480f3cbfcbb15caf0cadc8abee170948.tar.gz freebsd-ports-gnome-957d3fc6480f3cbfcbb15caf0cadc8abee170948.tar.zst freebsd-ports-gnome-957d3fc6480f3cbfcbb15caf0cadc8abee170948.zip |
- Update to 20080725
PR: ports/128031
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Frank Steinborn <steinex AT nognu.de> (maintainer)
Diffstat (limited to 'misc')
-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 |