pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk-sounds-native



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Mar 20 11:21:48 UTC 2020

Modified Files:
        pkgsrc/comms/asterisk-sounds-native: Makefile

Log Message:
asterisk-sounds-native: adjust workaround for missing x-bit on directories


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/asterisk-sounds-native/Makefile

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

Modified files:

Index: pkgsrc/comms/asterisk-sounds-native/Makefile
diff -u pkgsrc/comms/asterisk-sounds-native/Makefile:1.6 pkgsrc/comms/asterisk-sounds-native/Makefile:1.7
--- pkgsrc/comms/asterisk-sounds-native/Makefile:1.6    Mon Jan 27 22:21:57 2020
+++ pkgsrc/comms/asterisk-sounds-native/Makefile        Fri Mar 20 11:21:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/27 22:21:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/20 11:21:48 tnn Exp $
 
 DISTNAME=      asterisk-native-sounds-20060209-01-ulaw
 PKGNAME=       asterisk-sounds-native-20060209
@@ -24,7 +24,7 @@ INSTALLATION_DIRS=    libdata/asterisk/soun
 
 # work around bogosity in distfile: tarred with non-x directories
 post-extract:
-       find ${WRKSRC} -type d -exec chmod a+x {} \;
+       find ${WRKDIR} -type d -exec chmod a+x {} \;
 
 do-install:
        cd ${WRKDIR} && \



Home | Main Index | Thread Index | Old Index