summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-21 09:49:31 +0000
committerwiz <wiz@pkgsrc.org>2017-09-21 09:49:31 +0000
commit1e0c2eaebcb5e086a2511bb7fdc430567ce9f48a (patch)
treeeb7969a29a6c2b7c83c756b81d8e0fcbcbb9fdc8 /devel
parent1c31eeb1b763ae799e369ad9b775a1d801a9c4d2 (diff)
downloadpkgsrc-1e0c2eaebcb5e086a2511bb7fdc430567ce9f48a.tar.gz
rt4: Remove references to non-existent files
Diffstat (limited to 'devel')
-rw-r--r--devel/rt4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile
index 41ff750f0da..66298125fda 100644
--- a/devel/rt4/Makefile
+++ b/devel/rt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/05/21 06:45:38 manu Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/21 09:49:31 wiz Exp $
DISTNAME= rt-4.2.12
PKGNAME= ${DISTNAME:S/rt/rt4/}
@@ -206,8 +206,7 @@ OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data/etc ${APACHE_USER} ${APACHE_GROUP} 077
OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data/obj ${APACHE_USER} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${RT_VAR_DIR}/session_data ${APACHE_USER} ${APACHE_GROUP} 0770
-REPLACE_PERL+= etc/upgrade/shrink_cgm_table.pl etc/upgrade/shrink_transactions_table.pl
-REPLACE_PERL+= etc/upgrade/time-worked-history.pl etc/upgrade/upgrade-mysql-schema.pl
+REPLACE_PERL+= etc/upgrade/upgrade-mysql-schema.pl
INSTALL_MAKE_FLAGS+= BIN_OWNER=${ROOT_USER:Q} LIBS_OWNER=${ROOT_USER:Q} \
LIBS_GROUP=${ROOT_GROUP:Q} RTGROUP=${ROOT_GROUP:Q} \