Sun Jan 5 20:46:26 2014 UTC ()
Fix packaging after patches/patch-share_html_Install_Initialize.html was
added.


(wiz)
diff -r1.7 -r1.8 pkgsrc/devel/rt4/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/devel/rt4/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rt4/Makefile 2014/01/01 03:31:50 1.7
+++ pkgsrc/devel/rt4/Makefile 2014/01/05 20:46:26 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2014/01/01 03:31:50 ryoon Exp $ 1# $NetBSD: Makefile,v 1.8 2014/01/05 20:46:26 wiz Exp $
2 2
3DISTNAME= rt-4.2.1 3DISTNAME= rt-4.2.1
4PKGNAME= ${DISTNAME:S/rt/rt4/} 4PKGNAME= ${DISTNAME:S/rt/rt4/}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ 6MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= http://www.bestpractical.com/rt/ 9HOMEPAGE= http://www.bestpractical.com/rt/
10COMMENT= Industrial-grade ticketing system 10COMMENT= Industrial-grade ticketing system
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13# Dependency info. from sbin/rt-test-dependencies 13# Dependency info. from sbin/rt-test-dependencies
14# Core dependencies 14# Core dependencies
@@ -162,15 +162,16 @@ USE_PKGLOCALEDIR= yes @@ -162,15 +162,16 @@ USE_PKGLOCALEDIR= yes
162 162
163CONFIGURE_ARGS+= --enable-layout=pkgsrc 163CONFIGURE_ARGS+= --enable-layout=pkgsrc
164CONFIGURE_ARGS+= --with-db-type=${RT_DB_TYPE} 164CONFIGURE_ARGS+= --with-db-type=${RT_DB_TYPE}
165CONFIGURE_ARGS+= --with-my-user-group 165CONFIGURE_ARGS+= --with-my-user-group
166 166
167CONF_FILES_PERMS= share/rt4/etc/RT_SiteConfig.pm.dist \ 167CONF_FILES_PERMS= share/rt4/etc/RT_SiteConfig.pm.dist \
168 share/rt4/etc/RT_SiteConfig.pm \ 168 share/rt4/etc/RT_SiteConfig.pm \
169 ${APACHE_USER} ${APACHE_GROUP} \ 169 ${APACHE_USER} ${APACHE_GROUP} \
170 640 170 640
171 171
172post-install: 172post-install:
173 mv ${DESTDIR}${PREFIX}/share/rt4/etc/RT_SiteConfig.pm \ 173 mv ${DESTDIR}${PREFIX}/share/rt4/etc/RT_SiteConfig.pm \
174 ${DESTDIR}${PREFIX}/share/rt4/etc/RT_SiteConfig.pm.dist 174 ${DESTDIR}${PREFIX}/share/rt4/etc/RT_SiteConfig.pm.dist
 175 rm ${DESTDIR}${PREFIX}/share/rt4/data/html/Install/Initialize.html.orig
175 176
176.include "../../mk/bsd.pkg.mk" 177.include "../../mk/bsd.pkg.mk"