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/Makefile | |
parent | 3006c8df48e224eea5b4137ee023c4e965d10df6 (diff) | |
download | ports-f9f02bde537d111734d83aa6cf25631d2620503a.tar.gz ports-f9f02bde537d111734d83aa6cf25631d2620503a.zip |
Notes
Diffstat (limited to 'misc/apparix/Makefile')
-rw-r--r-- | misc/apparix/Makefile | 8 |
1 files changed, 3 insertions, 5 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> |