diff options
author | acm <acm@FreeBSD.org> | 2013-03-23 13:25:05 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-03-23 13:25:05 +0800 |
commit | c07cfcac1e06b54200264d506603b744896b0faa (patch) | |
tree | 287c9b5f0269ac02f3b0f0d70eedbf74adb7cd9f /lang/fpc-base | |
parent | a128396eafea95f72cb67a5ecfc941e002b869c6 (diff) | |
download | freebsd-ports-graphics-c07cfcac1e06b54200264d506603b744896b0faa.tar.gz freebsd-ports-graphics-c07cfcac1e06b54200264d506603b744896b0faa.tar.zst freebsd-ports-graphics-c07cfcac1e06b54200264d506603b744896b0faa.zip |
- Update to 2.6.2
- Trim Makefile headers
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 8615d73c963..e98755e61f0 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- |