diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/aero | |
parent | Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff) |
PORTNAME / PORTVERSION syntax conversion
Notes
Notes:
svn path=/head/; revision=27470
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 |