pkgsrc-WIP-changes archive

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

uzbl: modify EGG_INFODIR in PLIST



Module Name:	pkgsrc-wip
Committed By:	Susumu Miwa <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sun May 5 01:13:02 2019 +0900
Changeset:	da8cd9caa82e2eab62e9cc1f699459d9ff250fc2

Modified Files:
	uzbl/PLIST

Log Message:
uzbl: modify EGG_INFODIR in PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da8cd9caa82e2eab62e9cc1f699459d9ff250fc2

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

diffstat:
 uzbl/PLIST | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/uzbl/PLIST b/uzbl/PLIST
index 5533dd093e..6b75a72a92 100644
--- a/uzbl/PLIST
+++ b/uzbl/PLIST
@@ -3,11 +3,11 @@ bin/uzbl-browser
 bin/uzbl-core
 bin/uzbl-event-manager
 bin/uzbl-tabbed
-${PYSITELIB}/uzbl-201100808-py3.7.egg-info/PKG-INFO
-${PYSITELIB}/uzbl-201100808-py3.7.egg-info/SOURCES.txt
-${PYSITELIB}/uzbl-201100808-py3.7.egg-info/dependency_links.txt
-${PYSITELIB}/uzbl-201100808-py3.7.egg-info/entry_points.txt
-${PYSITELIB}/uzbl-201100808-py3.7.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/uzbl/__init__.py
 ${PYSITELIB}/uzbl/__init__.pyc
 ${PYSITELIB}/uzbl/arguments.pyc


Home | Main Index | Thread Index | Old Index