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/fnlib | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) |
PORTNAME / PORTVERSION syntax conversion
Notes
Notes:
svn path=/head/; revision=27470
Diffstat (limited to 'graphics/fnlib')
-rw-r--r-- | graphics/fnlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 9e2d44c76bb2..35b72d620481 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fnlib -# Version required: 0.5 # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # -DISTNAME= fnlib-0.5 +PORTNAME= fnlib +PORTVERSION= 0.5 CATEGORIES= graphics MASTER_SITES= http://mirror.nucba.ac.jp/mirror/enlightenment/enlightenment/libs/ \ ftp://ftp.leirianet.pt/pub/X11/enlightenment/enlightenment/libs/ \ |