Sun Jun 24 07:28:45 2012 UTC ()
Add missing INSTALLATION_DIRS.


(jperkin)
diff -r1.4 -r1.5 pkgsrc/www/aipo/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/www/aipo/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/Makefile 2012/02/05 15:43:16 1.4
+++ pkgsrc/www/aipo/Attic/Makefile 2012/06/24 07:28:45 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2012/02/05 15:43:16 ryoon Exp $ 1# $NetBSD: Makefile,v 1.5 2012/06/24 07:28:45 jperkin Exp $
2# 2#
3 3
4DISTNAME= aipo6030ja_linux32 4DISTNAME= aipo6030ja_linux32
5PKGNAME= aipo-6.03 5PKGNAME= aipo-6.03
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= http://aipo.googlecode.com/files/ 7MASTER_SITES= http://aipo.googlecode.com/files/
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://www.aipo.com/ 10HOMEPAGE= http://www.aipo.com/
11COMMENT= Web-based groupware that supports Japanese interface 11COMMENT= Web-based groupware that supports Japanese interface
12LICENSE= gnu-agpl-v3 12LICENSE= gnu-agpl-v3
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
@@ -16,27 +16,27 @@ PKG_DESTDIR_SUPPORT= user-destdir @@ -16,27 +16,27 @@ PKG_DESTDIR_SUPPORT= user-destdir
16USE_JAVA= run 16USE_JAVA= run
17USE_JAVA2= 6 17USE_JAVA2= 6
18 18
19NO_BUILD= yes 19NO_BUILD= yes
20 20
21WRKSRC= ${WRKDIR} 21WRKSRC= ${WRKDIR}
22USE_LANGUAGES= # none 22USE_LANGUAGES= # none
23 23
24USE_TOOLS+= gunzip pax tar 24USE_TOOLS+= gunzip pax tar
25 25
26AIPO_DIR= share/aipo 26AIPO_DIR= share/aipo
27TOMCAT_DIR= share/tomcat 27TOMCAT_DIR= share/tomcat
28 28
29INSTALLATION_DIRS= share/tomcat/lib 29INSTALLATION_DIRS= share/tomcat/lib ${AIPO_DIR}/webapps/aipo/WEB-INF
30 30
31SUBST_CLASSES+= username 31SUBST_CLASSES+= username
32SUBST_STAGE.username= pre-configure 32SUBST_STAGE.username= pre-configure
33SUBST_MESSAGE.username= Set default username and password 33SUBST_MESSAGE.username= Set default username and password
34SUBST_FILES.username= aipo/src/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties 34SUBST_FILES.username= aipo/src/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties
35SUBST_FILES.username+= aipo/src/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties 35SUBST_FILES.username+= aipo/src/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties
36SUBST_SED.username= -e 's,cayenne.dbcp.username=postgres,cayenne.dbcp.username=aipo_pgsql,' 36SUBST_SED.username= -e 's,cayenne.dbcp.username=postgres,cayenne.dbcp.username=aipo_pgsql,'
37SUBST_SED.username+= -e 's,cayenne.dbcp.password=aipo,cayenne.dbcp.password=aipo_db_password,' 37SUBST_SED.username+= -e 's,cayenne.dbcp.password=aipo,cayenne.dbcp.password=aipo_db_password,'
38 38
39post-extract: 39post-extract:
40 cd ${WRKSRC} && ${GUNZIP_CMD} -c aipo6030.tar.gz | ${TAR} -xpf - 40 cd ${WRKSRC} && ${GUNZIP_CMD} -c aipo6030.tar.gz | ${TAR} -xpf -
41 41
42do-install: 42do-install: