diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/intel2gas/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/intel2gas/Makefile')
-rw-r--r-- | lang/intel2gas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/intel2gas/Makefile b/lang/intel2gas/Makefile index 60e5ee104824..c75556cb1b5a 100644 --- a/lang/intel2gas/Makefile +++ b/lang/intel2gas/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: intel2gas -# Version required: 1.2 # Date created: 12 May 1999 # Whom: G. Adam Stanislav # # $FreeBSD$ # -DISTNAME= intel2gas-1.2 +PORTNAME= intel2gas +PORTVERSION= 1.2 CATEGORIES= lang MASTER_SITES= http://hermes.terminal.at/intel2gas/ |