diff options
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 |