diff options
Diffstat (limited to 'graphics/aero')
-rw-r--r-- | graphics/aero/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index 275538c03cdb..b7d45b3116d2 100644 --- a/graphics/aero/Makefile +++ b/graphics/aero/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: aero -# Version required: 1.5.2 # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= aero_1.7.0_src -PKGNAME= aero-1.7.0 +PORTNAME= aero +PORTVERSION= 1.7.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/ +DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= erich@FreeBSD.org |