Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 15:09:17 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333114 - head/databases/postgresql_autodoc
Message-ID:  <201311071509.rA7F9HKm028414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Nov  7 15:09:17 2013
New Revision: 333114
URL: http://svnweb.freebsd.org/changeset/ports/333114

Log:
  - Switch to USES=gmake.
  - Add staging support.
  - Do not mute install commands.

Modified:
  head/databases/postgresql_autodoc/Makefile
  head/databases/postgresql_autodoc/pkg-plist   (contents, props changed)

Modified: head/databases/postgresql_autodoc/Makefile
==============================================================================
--- head/databases/postgresql_autodoc/Makefile	Thu Nov  7 15:08:55 2013	(r333113)
+++ head/databases/postgresql_autodoc/Makefile	Thu Nov  7 15:09:17 2013	(r333114)
@@ -13,19 +13,15 @@ BUILD_DEPENDS=	p5-HTML-Template>=0:${POR
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
 		p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 
-USE_GMAKE=	yes
-USES=		perl5
+USES=		gmake perl5
 CONFIGURE_ARGS+=--datadir=${DATADIR}
 
-MAN1=		postgresql_autodoc.1
-
 WRKSRC=		${WRKDIR}/postgresql_autodoc
 
-NO_STAGE=	yes
 do-install:
-		@${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc ${PREFIX}/bin
-		@${INSTALL_MAN} ${WRKSRC}/postgresql_autodoc.1 ${MANPREFIX}/man/man1
-		@${MKDIR} ${DATADIR}
-		@${INSTALL_DATA} ${WRKSRC}/*.tmpl ${DATADIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/postgresql_autodoc.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/*.tmpl ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>

Modified: head/databases/postgresql_autodoc/pkg-plist
==============================================================================
--- head/databases/postgresql_autodoc/pkg-plist	Thu Nov  7 15:08:55 2013	(r333113)
+++ head/databases/postgresql_autodoc/pkg-plist	Thu Nov  7 15:09:17 2013	(r333114)
@@ -1,4 +1,5 @@
 bin/postgresql_autodoc
+man/man1/postgresql_autodoc.1.gz
 %%DATADIR%%/dia.tmpl
 %%DATADIR%%/dot.tmpl
 %%DATADIR%%/html.tmpl



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