Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:01:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344229 - head/databases/pgdbf
Message-ID:  <201402141501.s1EF10Q9084015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 14 15:01:00 2014
New Revision: 344229
URL: http://svnweb.freebsd.org/changeset/ports/344229
QAT: https://qat.redports.org/buildarchive/r344229/

Log:
  - Stage support

Modified:
  head/databases/pgdbf/Makefile

Modified: head/databases/pgdbf/Makefile
==============================================================================
--- head/databases/pgdbf/Makefile	Fri Feb 14 15:00:44 2014	(r344228)
+++ head/databases/pgdbf/Makefile	Fri Feb 14 15:01:00 2014	(r344229)
@@ -12,17 +12,14 @@ COMMENT=	Convert XBase / FoxPro tables t
 LICENSE=	GPLv3
 
 USE_XZ=		yes
-
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN1=		pgdbf.1
-
 PLIST_FILES=	bin/pgdbf \
-		%%DOCSDIR%%/README
+		%%DOCSDIR%%/README \
+		man/man1/pgdbf.1.gz
 PLIST_DIRS=	%%DOCSDIR%%
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141501.s1EF10Q9084015>