diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-14 12:54:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-14 12:54:58 +0000 |
commit | f04464326e22e4ab0d73cc1bdb5440fe5cb1a18a (patch) | |
tree | f30291e8af864a5f9c73bd5108d5ff1673ebcf4a /print/pcal/files/patch-aa | |
parent | - Update to 2.33 (diff) |
- Update to 4.11.0
PR: ports/119380
Submitted by: User1001 <supraexpress@globaleyes.net>
Approved by: maintainer timeout (laszlof; 4 months)
Notes
Notes:
svn path=/head/; revision=213028
Diffstat (limited to 'print/pcal/files/patch-aa')
-rw-r--r-- | print/pcal/files/patch-aa | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/print/pcal/files/patch-aa b/print/pcal/files/patch-aa index 57b29ee1a419..21de9f9a9f8b 100644 --- a/print/pcal/files/patch-aa +++ b/print/pcal/files/patch-aa @@ -1,17 +1,15 @@ ---- Makefile.orig Wed Sep 13 07:59:12 2006 -+++ Makefile Wed Sep 13 08:09:36 2006 -@@ -113,8 +113,8 @@ +--- Makefile.orig 2007-12-18 13:30:00.000000000 -0600 ++++ Makefile 2008-01-06 04:06:34.000000000 -0600 +@@ -117,7 +117,7 @@ + OS_NAME = "Unix" 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 -@@ -144,9 +144,9 @@ +@@ -147,9 +147,9 @@ MANDIR = $(DJDIR)/man/man1 CATDIR = $(DJDIR)/man/cat1 else # Unix @@ -20,7 +18,7 @@ - CATDIR = /usr/man/cat1 + BINDIR = ${PREFIX}/bin + MANDIR = ${PREFIX}/man/man1 -+ CATDIR = ${PREFIX}/cat1 ++ CATDIR = ${PREFIX}/man/cat1 endif OBJECTS = $(OBJDIR)/pcal.o \ |