diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-06-24 07:20:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-06-24 07:20:23 +0000 |
commit | a31ffeddd66a047fa6f9ceedecdad7377211ec46 (patch) | |
tree | 47cb319ba52f773ca1a8ea5e550ff708358ab134 /www/aipo | |
parent | de6e5f42b83bae13ffcdd151fcada93d28da18b3 (diff) | |
download | pkgsrc-a31ffeddd66a047fa6f9ceedecdad7377211ec46.tar.gz |
Add missing INSTALLATION_DIRS.
Diffstat (limited to 'www/aipo')
-rw-r--r-- | www/aipo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aipo/Makefile b/www/aipo/Makefile index 8dabd86977d..c072387b198 100644 --- a/www/aipo/Makefile +++ b/www/aipo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/05 15:43:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/24 07:28:45 jperkin Exp $ # DISTNAME= aipo6030ja_linux32 @@ -26,7 +26,7 @@ USE_TOOLS+= gunzip pax tar AIPO_DIR= share/aipo TOMCAT_DIR= share/tomcat -INSTALLATION_DIRS= share/tomcat/lib +INSTALLATION_DIRS= share/tomcat/lib ${AIPO_DIR}/webapps/aipo/WEB-INF SUBST_CLASSES+= username SUBST_STAGE.username= pre-configure |