summaryrefslogtreecommitdiff
path: root/databases/pgbuildfarm/Makefile
diff options
context:
space:
mode:
authorgls <gls>2013-04-15 19:43:11 +0000
committergls <gls>2013-04-15 19:43:11 +0000
commit5487fc8e949b19052f5aab970d2d84f3fbb755f6 (patch)
treee233debb52548bd991e1e7c1427c4175b9d6a4dd /databases/pgbuildfarm/Makefile
parente952fa216048edb36bb367ea6dc83677280e31ef (diff)
downloadpkgsrc-5487fc8e949b19052f5aab970d2d84f3fbb755f6.tar.gz
Update databases/pgbuildfarm to 4.10
From maintainer Nicolas Thauvin via mail to pkgsrc-users. There are two notable upstream changes : - the tarball is now hosted on pgbuildfarm.org instead of pgfoundry - the client has now support for modules allowing to control the build
Diffstat (limited to 'databases/pgbuildfarm/Makefile')
-rw-r--r--databases/pgbuildfarm/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/databases/pgbuildfarm/Makefile b/databases/pgbuildfarm/Makefile
index b72002330f5..4635febbc7d 100644
--- a/databases/pgbuildfarm/Makefile
+++ b/databases/pgbuildfarm/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2012/11/02 07:55:31 sbd Exp $
+# $NetBSD: Makefile,v 1.6 2013/04/15 19:43:11 gls Exp $
#
-DISTNAME= build-farm-4_5
+DISTNAME= build-farm-4_10
PKGNAME= ${DISTNAME:S/build-farm/pgbuildfarm/:S/_/./}
-PKGREVISION= 1
CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/3028/
+MASTER_SITES= http://www.pgbuildfarm.org/downloads/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= nico@orgrim.net
@@ -36,12 +35,14 @@ SUBST_FILES.conf= setnotes.pl update_personality.pl PGBuild/Options.pm
SUBST_SED.conf= -e 's,build-farm.conf,${PKG_SYSCONFDIR}/build-farm.conf,'
SUBST_MESSAGE.conf= Fixing default value for build-farm.conf
-INSTALLATION_DIRS+= ${PMDIR}
-INSTALLATION_DIRS+= ${EGDIR}
+INSTALLATION_DIRS+= ${PMDIR}
+INSTALLATION_DIRS+= ${EGDIR}
+INSTALLATION_DIRS+= ${PMDIR}/Modules
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/PGBuild/*.pm ${DESTDIR}${PMDIR}
+ ${INSTALL_DATA} ${WRKSRC}/PGBuild/Modules/*.pm ${DESTDIR}${PMDIR}/Modules
${INSTALL_DATA} ${WRKSRC}/build-farm.conf ${DESTDIR}${EGDIR}
.include "../../mk/bsd.pkg.mk"