1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/python15/files/patch-aa

26 lines
643 B
Plaintext
Raw Normal View History

*** Makefile.in.orig Wed Jul 31 19:30:37 1996
--- Makefile.in Sun Aug 18 11:15:25 1996
1995-08-08 22:09:07 +00:00
***************
*** 88,97 ****
1995-08-08 22:09:07 +00:00
# Expanded directories
BINDIR= $(exec_prefix)/bin
! LIBDIR= $(exec_prefix)/lib
MANDIR= $(prefix)/man
INCLUDEDIR= $(prefix)/include
! SCRIPTDIR= $(prefix)/lib
1995-08-08 22:09:07 +00:00
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)
--- 88,97 ----
1995-08-08 22:09:07 +00:00
# Expanded directories
BINDIR= $(exec_prefix)/bin
! LIBDIR= $(exec_prefix)/share
MANDIR= $(prefix)/man
INCLUDEDIR= $(prefix)/include
! SCRIPTDIR= $(prefix)/share
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)