diff options
Diffstat (limited to 'devel/arch/Makefile')
-rw-r--r-- | devel/arch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/arch/Makefile b/devel/arch/Makefile index 77c57f4002e0..f96dae6977d7 100644 --- a/devel/arch/Makefile +++ b/devel/arch/Makefile @@ -6,15 +6,13 @@ # PORTNAME= arch -PORTVERSION= 1.0.p5 +PORTVERSION= 1.0.p16 CATEGORIES= devel MASTER_SITES= ftp://regexps.com/pub/src/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= wjv@FreeBSD.org -BROKEN= "Does not fetch" - USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/src/=build @@ -39,6 +37,7 @@ post-install: @ ${INSTALL_DATA} ${WRKSRC}/docs/${format}/*.${format} \ ${DOCSDIR}/${format} .endfor + @ ${INSTALL_DATA} ${WRKSRC}/docs/examples/README* ${DOCSDIR} .endif .include <bsd.port.mk> |