mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cacf671ae3
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
26 lines
643 B
Plaintext
26 lines
643 B
Plaintext
*** Makefile.in.orig Wed Jul 31 19:30:37 1996
|
|
--- Makefile.in Sun Aug 18 11:15:25 1996
|
|
***************
|
|
*** 88,97 ****
|
|
|
|
# Expanded directories
|
|
BINDIR= $(exec_prefix)/bin
|
|
! LIBDIR= $(exec_prefix)/lib
|
|
MANDIR= $(prefix)/man
|
|
INCLUDEDIR= $(prefix)/include
|
|
! SCRIPTDIR= $(prefix)/lib
|
|
|
|
# Detailed destination directories
|
|
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|
|
--- 88,97 ----
|
|
|
|
# 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)
|