pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  8 12:06:01 UTC 2024

Modified Files:
        pkgsrc/devel/rt5: INSTALL Makefile

Log Message:
rt5: simplify INSTALL script, RT5ETCDIR is a subdir of RT5DIR anyway


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rt5/INSTALL
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/rt5/Makefile

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

Modified files:

Index: pkgsrc/devel/rt5/INSTALL
diff -u pkgsrc/devel/rt5/INSTALL:1.2 pkgsrc/devel/rt5/INSTALL:1.3
--- pkgsrc/devel/rt5/INSTALL:1.2        Wed May  8 12:03:01 2024
+++ pkgsrc/devel/rt5/INSTALL    Wed May  8 12:06:01 2024
@@ -1,16 +1,14 @@
 #!@SH@
 #
-# $NetBSD: INSTALL,v 1.2 2024/05/08 12:03:01 wiz Exp $
+# $NetBSD: INSTALL,v 1.3 2024/05/08 12:06:01 wiz Exp $
 
 WWWGRP="@WWWGRP@"
 WWWOWN="@WWWOWN@"
 RT5DIR="@RT5DIR@"
-RT5ETCDIR="@RT5ETCDIR@"
 
 case "${STAGE}" in
 POST-INSTALL)
        ${CHOWN} -R ${WWWOWN} ${RT5DIR}
        ${CHGRP} -R ${WWWGRP} ${RT5DIR}
-       ${CHOWN} -R ${WWWOWN} ${RT5ETCDIR}
        ;;
 esac

Index: pkgsrc/devel/rt5/Makefile
diff -u pkgsrc/devel/rt5/Makefile:1.4 pkgsrc/devel/rt5/Makefile:1.5
--- pkgsrc/devel/rt5/Makefile:1.4       Wed May  8 12:03:01 2024
+++ pkgsrc/devel/rt5/Makefile   Wed May  8 12:06:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/08 12:03:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/08 12:06:01 wiz Exp $
 
 DISTNAME=      rt-5.0.5
 PKGNAME=       ${DISTNAME:S/rt/rt5/}
@@ -168,7 +168,7 @@ RT5DIR=             ${PREFIX}/share/rt5
 
 BUILD_DEFS+=   APACHE_GROUP APACHE_USER
 FILES_SUBST+=  WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
-               RT5DIR=${RT5DIR} RT5ETCDIR=${RT5DIR}/etc
+               RT5DIR=${RT5DIR}
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure



Home | Main Index | Thread Index | Old Index