1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/print/pcal/files/patch-aa
Pav Lucistnik 3d92847487 - Update to 4.8.0
- Undeprecate
- Assign maintainership

PR:		ports/76220
Submitted by:	Matthew West <mwest@uct.ac.za>
2005-01-14 22:42:27 +00:00

27 lines
620 B
Plaintext

--- Makefile.orig Thu Dec 16 00:54:16 2004
+++ Makefile Thu Jan 13 17:28:01 2005
@@ -73,8 +73,8 @@
D_BUILD_ENV = -DBUILD_ENV_UNIX
PCAL = pcal
PCALINIT = pcalinit
- CC = /usr/bin/gcc
- PCALINIT_CC = /usr/bin/gcc
+ CC = ${HOST_CC}
+ PCALINIT_CC = ${CC}
PACK = compress
# PACK = pack
# PACK = gzip
@@ -101,9 +101,9 @@
OBJDIR = obj
EXECDIR = exec
DOCDIR = doc
-BINDIR = /usr/local/bin
-MANDIR = /usr/man/man1
-CATDIR = /usr/man/cat1
+BINDIR = ${PREFIX}/bin
+MANDIR = ${PREFIX}/man/man1
+CATDIR = ${PREFIX}/cat1
#
# Compiling for DOS/DJGPP requires different directories for the installed