freebsd-ports/vietnamese/vn7to8/files/patch-01
David E. O'Brien c23ec56433 Converts between the 7-bit VIQR format for Vietnamese (Viet-Net like)
and the 8-bit VISCII 1.1 data format.
1996-12-06 12:32:14 +00:00

12 lines
272 B
Plaintext

--- Makefile.orig Mon Sep 14 15:49:45 1992
+++ Makefile Wed Dec 4 02:54:53 1996
@@ -6,7 +6,7 @@
CC = cc
VNLIBDIR= ../lib
VNINCDIR= ../include
-BINDIR = /local/usr/bin
+BINDIR = ${PREFIX}/bin
LIBS = $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a
INC = -I$(VNINCDIR)