diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/astyle/Makefile | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) |
Notes
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r-- | devel/astyle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 4bba679063b9..4ac22eaf3061 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: astyle -# Version required: 1.11.6 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= astyle_1.11.6_src -PKGNAME= astyle-1.11.6 +PORTNAME= astyle +PORTVERSION= 1.11.6 CATEGORIES= devel textproc MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\ http://www.infonex.com/~dacroyle/freebsd/ +DISTNAME= ${PORTNAME}_${PORTVERSION}_src EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us |