pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Simplify PKGNAME definition



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Fri Mar 11 20:25:07 2016 +0000
Changeset:	6b1420d710c9c16abb2fd7726bc050b3c00191d9

Modified Files:
	pgpool2/Makefile

Log Message:
Simplify PKGNAME definition

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b1420d710c9c16abb2fd7726bc050b3c00191d9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pgpool2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/pgpool2/Makefile b/pgpool2/Makefile
index 690d98b..330f02c 100644
--- a/pgpool2/Makefile
+++ b/pgpool2/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=	pgpool-II-3.5.0
-PKGNAME=	postgresql${PGSQL_VERSION}-pgpool2-${DISTNAME:S/pgpool-II-//}
+PKGNAME=	postgresql${PGSQL_VERSION}-${DISTNAME:S/pgpool-II/pgpool2/}
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 


Home | Main Index | Thread Index | Old Index