1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/amphetadesk/files/patch-lib_AmphetaDesk.pm
Mario Sergio Fujikawa Ferreira a63206c430 Patch file names can only characters [-+._a-zA-Z0-9]. Therefore,
rename them replacing s/::/_/

Reminded by:	Marcus Alves Grando <mnag@FreeBSD.org>
2005-10-11 22:31:52 +00:00

11 lines
372 B
Perl

--- lib/AmphetaDesk.pm.orig Mon Oct 10 17:02:41 2005
+++ lib/AmphetaDesk.pm Mon Oct 10 17:02:45 2005
@@ -40,7 +40,6 @@
# where are we?
use FindBin qw($Bin);
-BEGIN { unshift(@INC, catdir($Bin, "lib")); }
###############################################################################
# init - creates the environment and sets up the queue based loop. #