diff options
author | dan <dan@FreeBSD.org> | 1999-10-09 06:50:19 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-10-09 06:50:19 +0800 |
commit | 2a94880219ce11747f7220f306cdca8c6c7f60d1 (patch) | |
tree | 2e2ef0bfa7ee979b1772fee77d5b2bd2d5ba9045 /devel/astyle/Makefile | |
parent | 6fe657b5d50900d04f73e2704f61fc2b40deadb1 (diff) | |
download | freebsd-ports-gnome-2a94880219ce11747f7220f306cdca8c6c7f60d1.tar.gz freebsd-ports-gnome-2a94880219ce11747f7220f306cdca8c6c7f60d1.tar.zst freebsd-ports-gnome-2a94880219ce11747f7220f306cdca8c6c7f60d1.zip |
Update astyle to 1.11.5
PR: ports/14105
Submitted by: Maintainer
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r-- | devel/astyle/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index c4bf9512b17f..7ecc73f96ee7 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.11.4 +# Version required: 1.11.5 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= astyle_1.11.4_src -PKGNAME= astyle-1.11.4 +DISTNAME= astyle_1.11.5_src +PKGNAME= astyle-1.11.5 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,14 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.11.4 +WRKSRC= ${WRKDIR}/astyle_1.11.5 -post-extract: - perl -pi -e 's/\r//' ${WRKSRC}/* - -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig - ${CP} -p ${FILESDIR}/Makefile ${WRKSRC}/ +ALL_TARGET= astyle do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ |