diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-03-23 05:25:05 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-03-23 05:25:05 +0000 |
commit | 9bcc09b9f231cecc8453e0443af4dc3c3c680215 (patch) | |
tree | 287c9b5f0269ac02f3b0f0d70eedbf74adb7cd9f /lang/fpc-base | |
parent | c4b07ef91528adf1e114e358870ec211c50493d8 (diff) | |
download | ports-9bcc09b9f231cecc8453e0443af4dc3c3c680215.tar.gz ports-9bcc09b9f231cecc8453e0443af4dc3c3c680215.zip |
Notes
Diffstat (limited to 'lang/fpc-base')
-rw-r--r-- | lang/fpc-base/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 8615d73c9634..e98755e61f08 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: fpc-base -# Date created: 10 February 2004 -# Whom: John Merryweather Cooper <coop9211@uidaho.edu> -# +# Created by: John Merryweather Cooper <coop9211@uidaho.edu> # $FreeBSD$ -# PORTNAME= base -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.2 CATEGORIES= lang MASTER_SITES= # empty PKGNAMEPREFIX= fpc- |