mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
864b42859e
PR: 8342 Submitted by: maintainer
22 lines
623 B
Plaintext
22 lines
623 B
Plaintext
--- Makefile.orig Fri Oct 16 10:05:01 1998
|
|
+++ Makefile Fri Oct 16 10:05:57 1998
|
|
@@ -1,14 +1,14 @@
|
|
#-----------------------------------------------------
|
|
# The locations where this program should be installed
|
|
-INSTALL_DIR=/usr/local/bin
|
|
-MAN_DIR=/usr/local/man/man1
|
|
+INSTALL_DIR=${PREFIX}/bin
|
|
+MAN_DIR=${PREFIX}/man/man1
|
|
|
|
# The location and names of the X11 libraries
|
|
-LDIR = -L/usr/X11R6/lib
|
|
+LDIR = -L${PREFIX}/lib
|
|
LIBS = -lXpm -lX11
|
|
|
|
# The include path to the X11 files
|
|
-C_INCLUDE = -I. -I/usr/X11R6/include
|
|
+C_INCLUDE = -I. -I${PREFIX}/include
|
|
|
|
#-----------------------------------------------------
|
|
CC = gcc
|