mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2954c55b1d
PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- lib/Makefile.in.orig Mon Jun 7 15:25:44 1999
|
|
+++ lib/Makefile.in Mon Jun 7 15:25:54 1999
|
|
@@ -99,7 +99,7 @@
|
|
VERSION = @VERSION@
|
|
l = @l@
|
|
|
|
-pythondir = $(libdir)/cooledit
|
|
+pythondir = $(datadir)/cooledit
|
|
|
|
python_DATA = global.py
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|