svn commit: r394539 - head/archivers/fpc-paszlib

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 01:41:38 UTC 2015


Author: acm
Date: Tue Aug 18 01:41:37 2015
New Revision: 394539
URL: https://svnweb.freebsd.org/changeset/ports/394539

Log:
  - Remove USE_FPC_RUN. It is not necessary here

Modified:
  head/archivers/fpc-paszlib/Makefile

Modified: head/archivers/fpc-paszlib/Makefile
==============================================================================
--- head/archivers/fpc-paszlib/Makefile	Tue Aug 18 00:50:57 2015	(r394538)
+++ head/archivers/fpc-paszlib/Makefile	Tue Aug 18 01:41:37 2015	(r394539)
@@ -1,7 +1,7 @@
 # Created by: John Merryweather Cooper
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers devel
 PKGNAMESUFFIX=	-paszlib
 
@@ -9,7 +9,6 @@ MAINTAINER=	freebsd-fpc at FreeBSD.org
 COMMENT=	Free Pascal unit for native compression IO
 
 USE_FPC=	hash
-USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-all mailing list