diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 00:43:46 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 00:43:46 +0000 |
commit | cd74ea7f63170387377d5470eb4237f7f9330f16 (patch) | |
tree | f5504470e922164fa2906500815f8b37b2d69b29 /devel | |
parent | 7d0535c897c848bd18113f3f943ed2bd523d27a8 (diff) | |
download | FreeBSD-ports-cd74ea7f63170387377d5470eb4237f7f9330f16.zip FreeBSD-ports-cd74ea7f63170387377d5470eb4237f7f9330f16.tar.gz |
Update to version 1.10.4
PR: 12886
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/astyle/Makefile | 15 | ||||
-rw-r--r-- | devel/astyle/distinfo | 2 | ||||
-rw-r--r-- | devel/astyle/pkg-plist | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 0f2ae5c..ade55f2 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.10.1 +# Version required: 1.10.4 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:26:17 steve Exp $ +# $Id: Makefile,v 1.2 1999/07/22 04:20:45 cpiazza Exp $ # -DISTNAME= astyle_1.10.1_src -PKGNAME= astyle-1.10.1 +DISTNAME= astyle_1.10.4_src +PKGNAME= astyle-1.10.4 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.10.1 -ALL_TARGET= astyle +WRKSRC= ${WRKDIR}/astyle_1.10.4 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* @@ -27,5 +26,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/astyle + ${INSTALL_DATA} ${WRKSRC}/astyle.html ${PREFIX}/share/doc/astyle +.endif .include <bsd.port.mk> diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo index 1615bbc1..d07fc6f 100644 --- a/devel/astyle/distinfo +++ b/devel/astyle/distinfo @@ -1 +1 @@ -MD5 (astyle_1.10.1_src.tgz) = f682d3ce6ba0611384a5319816826607 +MD5 (astyle_1.10.4_src.tgz) = f1a8d5e16975a8062308b818bd4c5bd2 diff --git a/devel/astyle/pkg-plist b/devel/astyle/pkg-plist index 1def8e8..7d15856 100644 --- a/devel/astyle/pkg-plist +++ b/devel/astyle/pkg-plist @@ -1 +1,3 @@ bin/astyle +share/doc/astyle/astyle.html +@dirrm share/doc/astyle |