aboutsummaryrefslogtreecommitdiff
path: root/devel/arch/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-06-28 15:05:45 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-06-28 15:05:45 +0000
commitede38b524c6c18da4016a3ecb121bda42dccc621 (patch)
treefd808f6c6c45a3e72536c6856bd821478eb6075e /devel/arch/Makefile
parentac7265fd4f6316a1d631d3dabb7ffd3d01464f47 (diff)
downloadports-ede38b524c6c18da4016a3ecb121bda42dccc621.tar.gz
ports-ede38b524c6c18da4016a3ecb121bda42dccc621.zip
Notes
Diffstat (limited to 'devel/arch/Makefile')
-rw-r--r--devel/arch/Makefile5
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>