pkgsrc-WIP-changes archive

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

(databases/pgstudio) Installation directory converted (web-app) to (webapp)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Apr 11 22:27:11 2017 +0900
Changeset:	884413fa4a94bc7baf9fb3ea7884dd2a830017a0

Modified Files:
	pgstudio/Makefile
	pgstudio/PLIST

Log Message:
(databases/pgstudio) Installation directory converted (web-app) to (webapp)

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

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

diffstat:
 pgstudio/Makefile | 4 ++--
 pgstudio/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/pgstudio/Makefile b/pgstudio/Makefile
index e517bc6d39..8764aae183 100644
--- a/pgstudio/Makefile
+++ b/pgstudio/Makefile
@@ -14,7 +14,7 @@ LICENSE=	postgresql-license
 DEPENDS+=	apache-tomcat-[0-9]*:../../www/apache-tomcat8
 BUILD_DEPENDS+=	apache-ant-[0-9]*:../../devel/apache-ant
 
-INSTALLATION_DIRS+= share/tomcat/web-apps
+INSTALLATION_DIRS+= share/tomcat/webapps
 
 USE_LANGUAGES=	# none
 
@@ -24,6 +24,6 @@ do-build:
 	ant clean && ant deploy
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/pgstudio.war  ${DESTDIR}${PREFIX}/share/tomcat/web-apps/
+	${INSTALL_DATA} ${WRKSRC}/pgstudio.war  ${DESTDIR}${PREFIX}/share/tomcat/webapps/
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/pgstudio/PLIST b/pgstudio/PLIST
index 2d687aa2ce..3c5ae5f835 100644
--- a/pgstudio/PLIST
+++ b/pgstudio/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-share/tomcat/web-apps/pgstudio.war
+share/tomcat/webapps/pgstudio.war


Home | Main Index | Thread Index | Old Index