pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/projectlibre



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:40:17 UTC 2023

Modified Files:
        pkgsrc/time/projectlibre: Makefile

Log Message:
projectlibre: pax must be in USE_TOOLS if we use it in do-install


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/projectlibre/Makefile

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

Modified files:

Index: pkgsrc/time/projectlibre/Makefile
diff -u pkgsrc/time/projectlibre/Makefile:1.5 pkgsrc/time/projectlibre/Makefile:1.6
--- pkgsrc/time/projectlibre/Makefile:1.5       Tue Apr 27 14:14:26 2021
+++ pkgsrc/time/projectlibre/Makefile   Tue Jul 11 05:40:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/04/27 14:14:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/11 05:40:17 nia Exp $
 
 DISTNAME=      projectlibre-1.9.3
 CATEGORIES=    time
@@ -8,7 +8,7 @@ MAINTAINER=     asau%inbox.ru@localhost
 HOMEPAGE=      http://www.projectlibre.org/
 COMMENT=       Project management software
 
-USE_TOOLS+=    bash:run
+USE_TOOLS+=    bash:run pax
 USE_JAVA=      run
 USE_JAVA2=     7
 
@@ -31,7 +31,7 @@ NO_BUILD=     yes
 INSTALLATION_DIRS=     bin share/${PKGBASE}
 
 do-install:
-       cd ${WRKSRC} && pax -rwpm . ${DESTDIR}${PREFIX}/share/${PKGBASE}
+       cd ${WRKSRC} && ${PAX} -rwpm . ${DESTDIR}${PREFIX}/share/${PKGBASE}
        ${LN} -sf ${PREFIX}/share/${PKGBASE}/projectlibre.sh ${DESTDIR}${PREFIX}/bin/projectlibre
 
 .include "../../mk/java-vm.mk"



Home | Main Index | Thread Index | Old Index