svn commit: r344229 - head/databases/pgdbf

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 15:01:00 UTC 2014


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"


More information about the svn-ports-head mailing list